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

In This Topic
    Overlap Property (BarOption)
    In This Topic
    Gets or sets the overlap can be specified as a percentage (0-1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Overlap As Nullable(Of Double)
    public Nullable<double> Overlap {get;}
    See Also