Search
Plot3D.ZAxis Property
See Also
 






Gets or sets default Axis instance used to map Z data coordinates of series rendered inside this plot to the plot's pixels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Axis ZAxis { get; set; }

Visual Basic  Copy Code

Public Property ZAxis As Axis

 Property Value

An instance of the Axis class.

 See Also