ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / BarOption Class / TopWidth Property

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