Class SpinAxis
Represents an enumeration indicating the combination of principle axes (X, Y, Z) around which the chart area rotates in the 3D space.
Inheritance
System.Object
SpinAxis
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class SpinAxis : Enum
Fields
All
value__
Declaration
public int value__
Field Value
System.Int32
|
X
XY
Rotate around the combination of X and Y axes.
Declaration
public const SpinAxis XY
Field Value
SpinAxis
|