Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZSeries Class / ZAxisId Property


ZAxisId Property
Gets or sets the ID of the z-axis on which the series is plotted.
Syntax
'Declaration
 
Public Property ZAxisId As Integer
 
'Usage
 
Dim instance As XYZSeries
Dim value As Integer
 
instance.ZAxisId = value
 
value = instance.ZAxisId
Exceptions
ExceptionDescription
value is less than zero.
See Also