asposecells.api
Class DataBarFillType

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

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

Field Detail

DATA_BAR_FILL_SOLID

const int DATA_BAR_FILL_SOLID
The data bar is filled with solid color. NOTE: This enum type is now obsolete. Instead, please use DataBarFillType.Solid enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

DATA_BAR_FILL_GRADIENT

const int DATA_BAR_FILL_GRADIENT
The data bar is filled with a color gradient. NOTE: This enum type is now obsolete. Instead, please use DataBarFillType.Gradient enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.