RotationMode
Enum
Rotation mode for the elements positioned over the radial scale.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum RotationMode
Fields
Objects are rotated automatically.
C#
Automatic = 1
No rotation.
C#
None = 0
Objects surround radial scale with object bottom line is directed towards the center of the scale.
C#
SurroundIn = 2
Objects surround radial scale with bottom line line is directed backwards the center of the scale.
C#
SurroundOut = 3