Search
AxesSeries3D.ZData Property
See Also
 





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

 Syntax

C#  Copy Code

public DoubleCollection ZData { get; set; }

Visual Basic  Copy Code

Public Property ZData As DoubleCollection

 Property Value

A WPF DoubleCollection object. The default is an empty collection.

 Remarks

If used in XAML the ZData property is parsed using the WPF DoubleCollectionConverter class.

 See Also