java.lang.Object
com.aspose.cells.DataBarAxisPosition
public class DataBarAxisPosition
| Field Summary | ||
|---|---|---|
static final int | DATA_BAR_AXIS_AUTOMATIC | |
| Display the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. When all values are positive or all values are negative, no axis is displayed. | ||
static final int | DATA_BAR_AXIS_MIDPOINT | |
| Display the axis at the midpoint of the cell regardless of the set of values in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. | ||
static final int | DATA_BAR_AXIS_NONE | |
| No axis is displayed, and both positive and negative values are displayed in the left-to-right direction. | ||
static final int | AUTOMATIC | |
| Display the axis at a variable position based on the ratio of the minimum negative value to the maximum positive value in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. When all values are positive or all values are negative, no axis is displayed. | ||
static final int | MIDPOINT | |
| Display the axis at the midpoint of the cell regardless of the set of values in the range. Positive values are displayed in a left-to-right direction. Negative values are displayed in a right-to-left direction. | ||
static final int | NONE | |
| No axis is displayed, and both positive and negative values are displayed in the left-to-right direction. | ||
| Field Detail |
|---|
DATA_BAR_AXIS_AUTOMATIC | |
public static final int DATA_BAR_AXIS_AUTOMATIC | |
DATA_BAR_AXIS_MIDPOINT | |
public static final int DATA_BAR_AXIS_MIDPOINT | |
DATA_BAR_AXIS_NONE | |
public static final int DATA_BAR_AXIS_NONE | |
AUTOMATIC | |
public static final int AUTOMATIC | |
MIDPOINT | |
public static final int MIDPOINT | |
NONE | |
public static final int NONE | |