MindFusion WinForms Programmer's Guide
LineChart.Y2ScatterLabelsFields Property
See Also
 





Gets or sets the names of fields in the data source used to populate the Y2ScatterLabels list.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public string Y2ScatterLabelsFields { get; set; }

Visual Basic  Copy Code

Public Property Y2ScatterLabelsFields As String

 Property Value

A string that specifies the name of the data source field used for the Y2 scatter labels.

 Remarks

The property enables you to bind the data used for calculating the Y2 scatter labels to numerical columns in a database.

 See Also

LineChart Members
LineChart Class
MindFusion.Charting.WinForms Namespace
Retrieving Chart Data from a Database
YDataFields Property
Y2ScatterLabels Property