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

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