Spread Windows Forms 12.0 Product Documentation
ZAxis Property (YPlotArea)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > YPlotArea Class : ZAxis Property
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
public IndexAxis ZAxis {get; set;}
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also

Reference

YPlotArea Class
YPlotArea Members