Enum GraphScaleCrossAxisPosition
Determines the position at which axes cross each other.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphScaleCrossAxisPosition
AtMaximum
Specifies that the other axes crosses this axis at its maximum value.
AtMinimum
Specifies that the other axis crosses this axis at its minimum value.
Auto
Uses the default value at which the other axis crosses this axis.
Specific
Calculates the zero value at which the other axis crosses this axis.