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

In This Topic
    Width Property (BarOption)
    In This Topic
    Gets or sets the width can be specified as percentage (0-1) of the available space.
    Syntax
    'Declaration
     
    Public ReadOnly Property Width As Nullable(Of Double)
    public Nullable<double> Width {get;}
    See Also