asposecells.api

Class SparklineType

Utility class containing constants. Represents the sparkline types.

Field Summary
const  intLINE
Line sparkline.
const  intCOLUMN
Column sparkline.
const  intSTACKED
Win/Loss sparkline.
 

    • Field Detail

      • LINE

        const int LINE
        Line sparkline.
      • COLUMN

        const int COLUMN
        Column sparkline.
      • STACKED

        const int STACKED
        Win/Loss sparkline.