asposecells.api

Class SparklineAxisMinMaxType

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

Field Summary
const  intAUTO_INDIVIDUAL
Automatic for each sparkline.
const  intGROUP
Same for all sparklines in the group.
const  intCUSTOM
Custom value for sparkline.
 

    • Field Detail

      • AUTO_INDIVIDUAL

        const int AUTO_INDIVIDUAL
        Automatic for each sparkline.
      • GROUP

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

        const int CUSTOM
        Custom value for sparkline.