Gets or sets the data used for calculating the Y-coordinates of data points.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public DoubleCollection YData { get; set; } |
Visual Basic
![]() |
---|
Public Property YData As DoubleCollection |
An instance of the System.Windows.Media.DoubleCollection class. Default value is an empty list.
The Y-axis is customized with the AxesChart.YAxisSettings property.