ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.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 (-1 - 1).
    Syntax
    'Declaration
     
    Public Property Overlap As Nullable(Of Double)
    public Nullable<double> Overlap {get; set;}
    See Also