ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / PlotArea Class / Axes Property

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