Determines the position at which axes cross each other.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum GraphScaleCrossAxisPosition
Fields
Specifies that the other axes crosses this axis at its maximum value.
C#
AtMaximum = 2
Specifies that the other axis crosses this axis at its minimum value.
C#
AtMinimum = 1
Uses the default value at which the other axis crosses this axis.
C#
Auto = 0
Calculates the zero value at which the other axis crosses this axis.
C#
Specific = 3