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

In This Topic
    HasValue Property (IBulletChart)
    In This Topic
    Gets a value indicating whether the bullet chart has a value.
    Syntax
    'Declaration
     
    ReadOnly Property HasValue As Boolean
    bool HasValue {get;}

    Property Value

    true if the bullet chart has a value; otherwise, false.
    See Also