Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeSingleMark Class / SequenceNo Property

In This Topic
    SequenceNo Property (C1GaugeSingleMark)
    In This Topic
    The sequence number for this tick mark. Displayed value will not appear on the subsequent marks 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 tick mark.
    See Also