Class AxisLayoutMode
Determines the X Axis layout mode.
Inheritance
System.Object
AxisLayoutMode
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class AxisLayoutMode : Enum
Fields
Auto
Specifies the Auto layout mode.
Declaration
public const AxisLayoutMode Auto
Field Value
Between
Specifies the Between layout mode.
Declaration
public const AxisLayoutMode Between
Field Value
Inside
Specifies the Inside layout mode.
Declaration
public const AxisLayoutMode Inside
Field Value
Normal
Specifies the Normal layout mode.
Declaration
public const AxisLayoutMode Normal
Field Value
value__
Declaration
public int value__
Field Value
System.
|