java.lang.Object
com.aspose.cells.DataBarFillType
public class DataBarFillType
| Field Summary | ||
|---|---|---|
static final int | DATA_BAR_FILL_SOLID | |
| The data bar is filled with solid color. | ||
static final int | DATA_BAR_FILL_GRADIENT | |
| The data bar is filled with a color gradient. | ||
static final int | SOLID | |
| The data bar is filled with solid color. | ||
static final int | GRADIENT | |
| The data bar is filled with a color gradient. | ||
| Field Detail |
|---|
DATA_BAR_FILL_SOLID | |
public static final int DATA_BAR_FILL_SOLID | |
DATA_BAR_FILL_GRADIENT | |
public static final int DATA_BAR_FILL_GRADIENT | |
SOLID | |
public static final int SOLID | |
GRADIENT | |
public static final int GRADIENT | |