Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / YPlotArea Class / ZAxis Property


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