ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ValueCategoryAxis Class / Axis Property

In This Topic
    Axis Property (ValueCategoryAxis)
    In This Topic
    Gets or sets the display properties for the category or value axis.
    Syntax
    'Declaration
     
    Public Property Axis As Axis
    public Axis Axis {get; set;}

    Property Value

    An Axis object containing the display properties for the category or value axis.
    See Also