Enum AxisExtendDirection
This enumeration represents the supported extension directions for AxisY.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public enum AxisExtendDirection
Both
Choose this option to extend both ends of the axis.
Down
Choose this option to extend the lower end of the axis.
None
Choose this option for no axis extension.
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.
Up
Choose this option to extend the upper end of the axis.