Gets or sets the column(s) in a database table/view used as Y2-data. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public string Y2DataFields { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Y2DataFields As String |
A string. Default value is an empty string ("").
The property enables columns in a database table/view to be used as data for drawing Y2 chart graphics. In bubble charts, this data is used for calculating the radiuses of the bubbles. If you set more than one column, separate the names with commas.
The Y2DataFields property, when populated with data, is the same as the Y2Data property.