ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / IBulletChart Interface / Min Property

In This Topic
    Min Property (IBulletChart)
    In This Topic
    Gets the minimum value of quantitative scale.
    Syntax
    'Declaration
     
    ReadOnly Property Min As Nullable(Of Double)
    Nullable<double> Min {get;}
    See Also