Gets or sets column(s) in a database table/view as data for Y2 chart labels. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string Y2LabelsFields { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Y2LabelsFields As String |
A string. Default value is an empty string ("").
The property enables data used for drawing custom labels at the Y2 - axis to be retrieved from a database table/view. If you need to set more than one column, separate the names with commas.
The Y2LabelsFields property, when populated with data, is the same as the Y2Labels property.