Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZPlotArea Class / ZAxes Property


In This Topic
ZAxes Property
In This Topic
Gets the collection of z axies.
Syntax
'Declaration
 
Public ReadOnly Property ZAxes As ValueAxisCollection
 
'Usage
 
Dim instance As XYZPlotArea
Dim value As ValueAxisCollection
 
value = instance.ZAxes
See Also