DataBarAxisPosition
Inheritance: java.lang.Object
public final class DataBarAxisPosition
Specifies the axis position for a range of cells with conditional formatting as data bars.
Fields
Field | Description |
---|---|
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. |
MIDPOINT | Display the axis at the midpoint of the cell regardless of the set of values in the range. |
NONE | No axis is displayed, and both positive and negative values are displayed in the left-to-right direction. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AUTOMATIC
public 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.
MIDPOINT
public 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.
NONE
public static final int NONE
No axis is displayed, and both positive and negative values are displayed in the left-to-right direction.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |