ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / ChartValueAxes Property

In This Topic
    ChartValueAxes Property
    In This Topic
    Gets collection of value axes for chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartValueAxes As List(Of ValueCategoryAxis)
    public List<ValueCategoryAxis> ChartValueAxes {get;}
    See Also