Indicates the rotation of a label within a scale.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public enum LabelRotation |
Visual Basic
Copy Code
|
|---|
Public Enum LabelRotation |
Members| Member name | Description | |
|---|---|---|
![]() |
Auto |
Specifies that the labels are automatically rotated so that their baseline always points downwards. |
![]() |
BaselineAwayFromCenter |
Specifies that the labels are rotated so that their baseline points away from the center of the scale. |
![]() |
BaselineToCenter |
Specifies that the labels are rotated so that their baseline points towards the center of the scale. |
![]() |
None |
Specifies no rotation. |
![]() |
Sideways |
Specifies that the labels are aligned sideways to the scale. |
RemarksThe following schemes illustrates all possible label rotation modes in an oval scale.
Auto | BaselineAwayFromCenter | BaselineToCenter | None | Sideways |
|---|---|---|---|---|
|
|
|
|
|
See Also