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

In This Topic
    SequenceNo Property (C1GaugeScaleDecorator)
    In This Topic
    The sequence number for this marks (or labels) decorator. Displayed values will not appear on the subsequent marks (or labels) with the same sequence number.
    Syntax
    'Declaration
     
    Public Property SequenceNo As System.Integer
    public System.int SequenceNo {get; set;}
    Remarks
    Set to -1 to ignore the order of this decorator.
    See Also