ComponentOne BulletGraph for WinForms
C1.Win.Gauge Namespace / C1GaugeScaleDecorator Class / ShowIrregularFrom Property

In This Topic
    ShowIrregularFrom Property (C1GaugeScaleDecorator)
    In This Topic
    Gets or sets whether the From value should appear even if it doesn't conform with the specified interval.
    Syntax
    'Declaration
     
    Public Property ShowIrregularFrom As System.Boolean
    public System.bool ShowIrregularFrom {get; set;}
    See Also