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

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