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

 Syntax

C#  Copy Code

public string Y2LabelsFields { get; }

Visual Basic  Copy Code

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