aspose.cells
Class DataBarAxisPosition

Utility class containing constants. Specifies the axis position for a range of cells with conditional formatting as data bars.

Field Summary
const  NumberDATA_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.
const  NumberDATA_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.
const  NumberDATA_BAR_AXIS_NONE
           No axis is displayed, and both positive and negative values are displayed in the left-to-right direction.
const  NumberAUTOMATIC
           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.
const  NumberMIDPOINT
           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.
const  NumberNONE
           No axis is displayed, and both positive and negative values are displayed in the left-to-right direction.
 

Field Detail

DATA_BAR_AXIS_AUTOMATIC

const Number 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. NOTE: This enum type is now obsolete. Instead, please use DataBarAxisPosition.Automatic enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

DATA_BAR_AXIS_MIDPOINT

const Number 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. NOTE: This enum type is now obsolete. Instead, please use DataBarAxisPosition.Midpoint enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

DATA_BAR_AXIS_NONE

const Number DATA_BAR_AXIS_NONE
No axis is displayed, and both positive and negative values are displayed in the left-to-right direction. NOTE: This enum type is now obsolete. Instead, please use DataBarAxisPosition.None enum type. This property will be removed 12 months later since December 2013. Aspose apologizes for any inconvenience you may have experienced.

AUTOMATIC

const Number 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

const Number 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

const Number NONE
No axis is displayed, and both positive and negative values are displayed in the left-to-right direction.

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