ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeMarks Class / IsRotated Property

In This Topic
    IsRotated Property (C1GaugeMarks)
    In This Topic
    Gets or sets if the tick marks should be rotated depending on their values (for radial Gauges only).
    Syntax
    'Declaration
     
    Public Property IsRotated As System.Boolean
    public System.bool IsRotated {get; set;}
    See Also