Gets or sets the data used for calculating the Y2-coordinates of data points.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public DoubleCollection Y2Data { get; set; } |
Visual Basic
![]() |
---|
Public Property Y2Data As DoubleCollection |
An instance of the System.Windows.Media.DoubleCollection class. Default value is an empty list.
When the Y2Data property is set the Y2-axis is drawn automatically. You can customize it with the AxesChart.Y2AxisSettings property.