asposecells.api

Class CrossType

Utility class containing constants. Represents the axis cross type.

Field Summary
const  intAUTOMATIC
Microsoft Excel sets the axis crossing point.
const  intMAXIMUM
The axis crosses at the maximum value.
const  intMINIMUM
The axis crosses at the minimum value.
const  intCUSTOM
The axis crosses at the custom value.
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        Microsoft Excel sets the axis crossing point.
      • MAXIMUM

        const int MAXIMUM
        The axis crosses at the maximum value.
      • MINIMUM

        const int MINIMUM
        The axis crosses at the minimum value.
      • CUSTOM

        const int CUSTOM
        The axis crosses at the custom value.