ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeSingleMark Class / Position Property

In This Topic
    Position Property (C1GaugeSingleMark)
    In This Topic
    Gets or sets the fraction-based position where the tick mark should appear (for linear Gauges only).
    Syntax
    'Declaration
     
    Public Property Position As System.Double
    public System.double Position {get; set;}
    See Also