ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / BarOption Class / BottomWidth Property

In This Topic
    BottomWidth Property (BarOption)
    In This Topic
    Gets or sets width of bottom of the bar, 0-1.
    Syntax
    'Declaration
     
    Public Property BottomWidth As Nullable(Of Double)
    public Nullable<double> BottomWidth {get; set;}
    See Also