MindFusion.Wpf Pack Programmer's Guide
AxesSeries.YData Property
See Also
 





Gets or sets the data used for calculating the Y-coordinates of data points. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public DoubleCollection YData { get; set; }

Visual Basic  Copy Code

Public Property YData As DoubleCollection

 Property Value

An instance of the WPF System.Windows.Media.DoubleCollection class. The default is an empty collection.

 Remarks

If used in XAML the YData property is parsed using the WPF DoubleCollectionConverter class.

 See Also

AxesSeries Members
AxesSeries Class
MindFusion.Charting.Wpf Namespace