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

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