ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.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 ReadOnly Property BottomWidth As Nullable(Of Double)
    public Nullable<double> BottomWidth {get;}
    See Also