Class AxisExtendDirection
This enumeration represents the supported extension directions for AxisY.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public sealed class AxisExtendDirection : Enum
Fields
Both
Choose this option to extend both ends of the axis.
Declaration
public const AxisExtendDirection Both
Field Value
Down
Choose this option to extend the lower end of the axis.
Declaration
public const AxisExtendDirection Down
Field Value
None
Choose this option for no axis extension.
Declaration
public const AxisExtendDirection None
Field Value
Smart
Choose this option to extend the axis in both directions unless 0 is set to MinValue or MaxValue. In this case the axis will not be extended in this direction.
Declaration
public const AxisExtendDirection Smart
Field Value
Up
Choose this option to extend the upper end of the axis.
Declaration
public const AxisExtendDirection Up
Field Value
value__
Declaration
public int value__
Field Value
System.
|