ASP.NET Pack Programmer's Guide
AxesChart.Y2LabelsFields Property
See Also
 





Gets or sets column(s) in a database table/view as data for Y2 chart labels.

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

 Syntax

C#  Copy Code

public string Y2LabelsFields { get; set; }

Visual Basic  Copy Code

Public Property Y2LabelsFields As String

 Property Value

A string. Default value is an empty string ("").

 Remarks

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.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WebForms Namespace
Retrieving Chart Data from a Database