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

In This Topic
    ValueAxis Property
    In This Topic
    Gets or sets the value axis.
    Syntax
    'Declaration
     
    Public Property ValueAxis As ValueCategoryAxis
    public ValueCategoryAxis ValueAxis {get; set;}

    Property Value

    A ValueCategoryAxis representing the chart's value axis.
    See Also