Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.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
    public ValueAxisCollection ZAxes {get;}
    See Also