ASP.NET Pack Programmer's Guide
Chart.InnerLabelsDataFields Property
See Also
 





Gets or sets the names of fields in the data source whose values are shown as inner labels of rendered graphical elements.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public ObservableCollection<string> InnerLabelsDataFields { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelsDataFields As ObservableCollection(Of String)

 Property Value

 See Also

Chart Members
Chart Class
MindFusion.Charting.WebForms Namespace