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

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