Charting for WinForms Programmer's Guide
Chart.YDataFields Property
See Also
 






Gets or sets the names of fields in the data source whose values are assigned to Y coordinates of rendered graphical elements.

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

 Syntax

C#  Copy Code

public ObservableCollection<string> YDataFields { get; set; }

Visual Basic  Copy Code

Public Property YDataFields As ObservableCollection(Of String)

 Property Value

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace