ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / PlotArea Class / Axes Property

In This Topic
    Axes Property (PlotArea)
    In This Topic
    Gets or sets axes settings
    Syntax
    'Declaration
     
    Public Property Axes As Collection(Of Axis)
    public Collection<Axis> Axes {get; set;}
    See Also