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

In This Topic
    Plots Property (Chart)
    In This Topic
    Gets or sets plots collection
    Syntax
    'Declaration
     
    Public Property Plots As Collection(Of Plot)
    public Collection<Plot> Plots {get; set;}
    See Also