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

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