ASP.NET Pack Programmer's Guide
LineChart.LabelsFields Property
See Also
 





Gets or sets the names of the fields in the data source that are used to populate the Labels list.

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

 Syntax

C#  Copy Code

public string LabelsFields { get; set; }

Visual Basic  Copy Code

Public Property LabelsFields As String

 Property Value

A string that specifies the database columns. Default value is an empty string ("").

 Remarks

In multi-series charts, when you use more than one database column separate the values with commas (",").

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WebForms Namespace