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

In This Topic
    ChartValueAxes Property (Chart)
    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