ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChart Interface / ChartValueAxes Property

In This Topic
    ChartValueAxes Property (IChart)
    In This Topic
    Gets the chart value axes collection.
    Syntax
    'Declaration
     
    ReadOnly Property ChartValueAxes As IAxis()
    IAxis[] ChartValueAxes {get;}

    Property Value

    An array of IAxis representing the chart value axes.
    See Also