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

In This Topic
    Plots Property (Axis)
    In This Topic
    Gets or sets names of plots using the axis
    Syntax
    'Declaration
     
    Public Property Plots As Collection(Of String)
    public Collection<string> Plots {get; set;}
    See Also