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

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