aspose.cells

Class CrossType

Utility class containing constants. Represents the axis cross type.

Field Summary
const  NumberAUTOMATIC
Microsoft Excel sets the axis crossing point.
const  NumberMAXIMUM
The axis crosses at the maximum value.
const  NumberMINIMUM
The axis crosses at the minimum value.
const  NumberCUSTOM
The axis crosses at the custom value.
 

    • Field Detail

      • AUTOMATIC

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

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

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

        const Number CUSTOM
        The axis crosses at the custom value.