ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _CartesianReferenceLineOverlayView Class / overlayItems Property

In This Topic
    overlayItems Property (_CartesianReferenceLineOverlayView)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property overlayItems As List(Of IOverlayItemModel)
    public List<IOverlayItemModel> overlayItems {get;}
    See Also