Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / XYPlotArea Class / ZAxis Property


In This Topic
    ZAxis Property (XYPlotArea)
    In This Topic
    Gets the z-axis.
    Syntax
    'Declaration
     
    
    Public Property ZAxis As IndexAxis
    'Usage
     
    
    Dim instance As XYPlotArea
    Dim value As IndexAxis
     
    instance.ZAxis = value
     
    value = instance.ZAxis
    public IndexAxis ZAxis {get; set;}
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in VB).
    See Also