Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Axes Property


In This Topic
    Axes Property (IChart)
    In This Topic
    Gets a collection of the axes on the chart.
    Syntax
    'Declaration
     
    ReadOnly Property Axes As IAxes
    'Usage
     
    Dim instance As IChart
    Dim value As IAxes
     
    value = instance.Axes
    IAxes Axes {get;}
    Remarks
    This function works with Spread WPF only.
    See Also