All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.DataBarAxisPosition.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





DataBarAxisPosition




com.aspose.cells
Class DataBarAxisPosition

java.lang.Object
    extended by com.aspose.cells.DataBarAxisPosition

public class DataBarAxisPosition 
extends java.lang.Object

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


Field Summary
static final intAUTOMATIC
           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 intMIDPOINT
           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 intNONE
           No axis is displayed, and both positive and negative values are displayed in the left-to-right direction.
 

Field Detail

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.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy