Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYZSeries Class / ZAxisId Property


In This Topic
    ZAxisId Property
    In This Topic
    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