dotnetCHARTING Send comments on this topic.
ZAxis Property
See Also 
dotnetCHARTING Namespace > Series Class : ZAxis Property


Gets or sets the Z axis of this series when used with surface charts.

Syntax

Visual Basic (Declaration) 
Public Property ZAxis As Axis
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As Axis
 
instance.ZAxis = value
 
value = instance.ZAxis
C# 
public Axis ZAxis {get; set;}

See Also

© 2016 All Rights Reserved.