Gets or sets the data used for calculating the Z-coordinates of data points. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public DoubleCollection ZData { get; set; } |
Visual Basic Copy Code |
---|
Public Property ZData As DoubleCollection |
A WPF DoubleCollection object. The default is an empty collection.
If used in XAML the ZData property is parsed using the WPF DoubleCollectionConverter class.