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