ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.DV Namespace / IBarOption Interface / TopWidth Property

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