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





Gets or sets the column(s) in a database table/view used as Y2-data.

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

 Syntax

C#  Copy Code

public string Y2DataFields { get; set; }

Visual Basic  Copy Code

Public Property Y2DataFields As String

 Property Value

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

 Remarks

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.

 See Also

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