MindFusion.Charting 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
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string LabelsFields { get; }

Visual Basic  Copy Code

Public ReadOnly 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