Gets or sets the data used for calculating the X-coordinates of data points. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public DoubleCollection XData { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property XData As DoubleCollection |
An instance of the WPF System.Windows.Media.DoubleCollection class. The default is an empty collection.
RemarksIf used in XAML the XData property is parsed using the WPF DoubleCollectionConverter class.
See Also