Spread Windows Forms 12.0 Product Documentation
ZAxisId Property


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > XYZSeries Class : 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
public int ZAxisId {get; set;}
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

XYZSeries Class
XYZSeries Members