Search
AxesSeries3D.Z2Data Property
See Also
 





Gets or sets the data used for calculating the Z2-coordinates of data points. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public DoubleCollection Z2Data { get; set; }

Visual Basic  Copy Code

Public Property Z2Data As DoubleCollection

 Property Value

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

 Remarks

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

 See Also