com.aspose.cells

Class DataBarFillType

  • java.lang.Object
    • com.aspose.cells.DataBarFillType
public class DataBarFillType 
extends java.lang.Object

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

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

    • Field Detail

      • DATA_BAR_FILL_SOLID

        public static final 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

        public static final 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

        public static final int SOLID
        The data bar is filled with solid color.
      • GRADIENT

        public static final int GRADIENT
        The data bar is filled with a color gradient.