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
SyntaxC#
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.
RemarksIf used in XAML the ZData property is parsed using the WPF DoubleCollectionConverter class.
See Also