aspose.cells

Class SparklineAxisMinMaxType

Utility class containing constants. Represents the minimum and maximum value types for the sparkline vertical axis.

Field Summary
const  NumberAUTO_INDIVIDUAL
Automatic for each sparkline.
const  NumberGROUP
Same for all sparklines in the group.
const  NumberCUSTOM
Custom value for sparkline.
 

    • Field Detail

      • AUTO_INDIVIDUAL

        const Number AUTO_INDIVIDUAL
        Automatic for each sparkline.
      • GROUP

        const Number GROUP
        Same for all sparklines in the group.
      • CUSTOM

        const Number CUSTOM
        Custom value for sparkline.