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

In This Topic
    Pointers Property (PlotConfig)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Pointers As IItemCollection(Of IPointer)
    public IItemCollection<IPointer> Pointers {get;}
    See Also