ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeScaleDecorator Class / IntervalCoeff Property

In This Topic
    IntervalCoeff Property (C1GaugeScaleDecorator)
    In This Topic
    Gets or sets the multiplier for the value interval (or the number of subintervals for logarithmic scale).
    Syntax
    'Declaration
     
    Public Property IntervalCoeff As System.Double
    public System.double IntervalCoeff {get; set;}
    See Also