asposecells.api

Class DataBarFillType

Utility class containing constants. Specifies how a data bar is filled with color.

Field Summary
const  intSOLID
The data bar is filled with solid color.
const  intGRADIENT
The data bar is filled with a color gradient.
 

    • Field Detail

      • SOLID

        const int SOLID
        The data bar is filled with solid color.
      • GRADIENT

        const int GRADIENT
        The data bar is filled with a color gradient.