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

 Syntax

C#  Copy Code

public string Y2DataFields { get; }

Visual Basic  Copy Code

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