FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / ZAxis Property


ZAxis Property (XYPlotArea)
Gets the z-axis.
Syntax
'Declaration
 
Public Property ZAxis As IndexAxis
 
'Usage
 
Dim instance As XYPlotArea
Dim value As IndexAxis
 
instance.ZAxis = value
 
value = instance.ZAxis
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also