.netCHARTING v10.5 Documentation


ZAxis Property (Series)
Gets or sets the Z axis of this series when used with surface charts.
Syntax
'Declaration
 
Public Property ZAxis As Axis
'Usage
 
Dim instance As Series
Dim value As Axis
 
instance.ZAxis = value
 
value = instance.ZAxis
public Axis ZAxis {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also