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