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

In This Topic
    Pointers Property (PlotConfig)
    In This Topic
    Gets Pointers collection.
    Syntax
    'Declaration
     
    Public Property Pointers As Collection(Of Pointer)
    public Collection<Pointer> Pointers {get; set;}
    See Also