ZAxis Property (YPlotArea)
In This Topic
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
See Also