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
SyntaxC#
Copy Code
|
|---|
public DoubleCollection YData { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YData As DoubleCollection |
An instance of the WPF System.Windows.Media.DoubleCollection class. The default is an empty collection.
RemarksIf used in XAML the YData property is parsed using the WPF DoubleCollectionConverter class.
See Also