java.lang.Objectcom.aspose.words.ChartAxis
public class ChartAxis
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAxisBetweenCategories() | |
void | setAxisBetweenCategories(boolean value) | |
Gets or sets a flag indicating whether the value axis crosses the category axis between categories. | ||
int | getBaseTimeUnit() | |
void | setBaseTimeUnit(int value) | |
Returns or sets the smallest time unit that is represented on the time category axis. The value of the property is AxisTimeUnit integer constant. | ||
int | getCategoryType() | |
void | setCategoryType(int value) | |
Gets or sets type of the category axis. The value of the property is AxisCategoryType integer constant. | ||
int | getCrosses() | |
void | setCrosses(int value) | |
Specifies how this axis crosses the perpendicular axis. The value of the property is AxisCrosses integer constant. | ||
double | getCrossesAt() | |
void | setCrossesAt(double value) | |
Specifies where on the perpendicular axis the axis crosses. | ||
AxisDisplayUnit | getDisplayUnit() | |
Specifies the scaling value of the display units for the value axis. | ||
boolean | getHidden() | |
void | setHidden(boolean value) | |
Gets or sets a flag indicating whether this axis is hidden or not. | ||
int | getMajorTickMark() | |
void | setMajorTickMark(int value) | |
Returns or sets the major tick marks. The value of the property is AxisTickMark integer constant. | ||
double | getMajorUnit() | |
void | setMajorUnit(double value) | |
Returns or sets the distance between major tick marks. | ||
boolean | getMajorUnitIsAuto() | |
void | setMajorUnitIsAuto(boolean value) | |
Gets or sets a flag indicating whether default distance between major tick marks shall be used. | ||
int | getMajorUnitScale() | |
void | setMajorUnitScale(int value) | |
Returns or sets the scale value for major tick marks on the time category axis. The value of the property is AxisTimeUnit integer constant. | ||
int | getMinorTickMark() | |
void | setMinorTickMark(int value) | |
Returns or sets the minor tick marks for the axis. The value of the property is AxisTickMark integer constant. | ||
double | getMinorUnit() | |
void | setMinorUnit(double value) | |
Returns or sets the distance between minor tick marks. | ||
boolean | getMinorUnitIsAuto() | |
void | setMinorUnitIsAuto(boolean value) | |
Gets or sets a flag indicating whether default distance between minor tick marks shall be used. | ||
int | getMinorUnitScale() | |
void | setMinorUnitScale(int value) | |
Returns or sets the scale value for minor tick marks on the time category axis. The value of the property is AxisTimeUnit integer constant. | ||
ChartNumberFormat | getNumberFormat() | |
Returns a |
||
boolean | getReverseOrder() | |
void | setReverseOrder(boolean value) | |
Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e. from max to min. | ||
AxisScaling | getScaling() | |
Provides access to the scaling options of the axis. | ||
int | getTickLabelOffset() | |
void | setTickLabelOffset(int value) | |
Gets or sets the distance of labels from the axis. | ||
int | getTickLabelPosition() | |
void | setTickLabelPosition(int value) | |
Returns or sets the position of the tick labels on the axis. The value of the property is AxisTickLabelPosition integer constant. | ||
int | getTickLabelSpacing() | |
void | setTickLabelSpacing(int value) | |
Gets or sets the interval, at which tick labels are drawn. | ||
boolean | getTickLabelSpacingIsAuto() | |
void | setTickLabelSpacingIsAuto(boolean value) | |
Gets or sets a flag indicating whether automatic interval of drawing tick labels shall be used. | ||
int | getTickMarkSpacing() | |
void | setTickMarkSpacing(int value) | |
Gets or sets the interval, at which tick marks are drawn. | ||
int | getType() | |
Returns type of the axis. The value of the property is ChartAxisType integer constant. |
Property Getters/Setters Detail |
---|
getAxisBetweenCategories/setAxisBetweenCategories | |
public boolean getAxisBetweenCategories() / public void setAxisBetweenCategories(boolean value) |
getBaseTimeUnit/setBaseTimeUnit | |
public int getBaseTimeUnit() / public void setBaseTimeUnit(int value) |
getCategoryType/setCategoryType | |
public int getCategoryType() / public void setCategoryType(int value) |
getCrosses/setCrosses | |
public int getCrosses() / public void setCrosses(int value) |
Default value is
The property is not supported by MS Office 2016 new charts.
getCrossesAt/setCrossesAt | |
public double getCrossesAt() / public void setCrossesAt(double value) |
The property has effect only if
The units are determined by the type of axis. When the axis is a value axis, the value of the property is a decimal number on the value axis. When the axis is a time category axis, the value is defined as an integer number of days relative to the base date (30/12/1899). For a text category axis, the value is an integer category number, starting with 1 as the first category.
getDisplayUnit | |
public AxisDisplayUnit getDisplayUnit() |
getHidden/setHidden | |
public boolean getHidden() / public void setHidden(boolean value) |
getMajorTickMark/setMajorTickMark | |
public int getMajorTickMark() / public void setMajorTickMark(int value) |
getMajorUnit/setMajorUnit | |
public double getMajorUnit() / public void setMajorUnit(double value) |
Valid range of a value is greater than zero. The property has effect for time category and value axes.
Setting this property sets the
getMajorUnitIsAuto/setMajorUnitIsAuto | |
public boolean getMajorUnitIsAuto() / public void setMajorUnitIsAuto(boolean value) |
getMajorUnitScale/setMajorUnitScale | |
public int getMajorUnitScale() / public void setMajorUnitScale(int value) |
getMinorTickMark/setMinorTickMark | |
public int getMinorTickMark() / public void setMinorTickMark(int value) |
getMinorUnit/setMinorUnit | |
public double getMinorUnit() / public void setMinorUnit(double value) |
Valid range of a value is greater than zero. The property has effect for time category and value axes.
Setting this property sets the
getMinorUnitIsAuto/setMinorUnitIsAuto | |
public boolean getMinorUnitIsAuto() / public void setMinorUnitIsAuto(boolean value) |
getMinorUnitScale/setMinorUnitScale | |
public int getMinorUnitScale() / public void setMinorUnitScale(int value) |
getNumberFormat | |
public ChartNumberFormat getNumberFormat() |
getReverseOrder/setReverseOrder | |
public boolean getReverseOrder() / public void setReverseOrder(boolean value) |
getScaling | |
public AxisScaling getScaling() |
getTickLabelOffset/setTickLabelOffset | |
public int getTickLabelOffset() / public void setTickLabelOffset(int value) |
The property represents a percentage of the default label offset.
Valid range is from 0 to 1000 percent inclusive. Default value is 100%.
The property has effect only for category axes. It is not supported by MS Office 2016 new charts.
getTickLabelPosition/setTickLabelPosition | |
public int getTickLabelPosition() / public void setTickLabelPosition(int value) |
getTickLabelSpacing/setTickLabelSpacing | |
public int getTickLabelSpacing() / public void setTickLabelSpacing(int value) |
The property has effect for text category and series axes. It is not supported by MS Office 2016 new charts. Valid range of a value is greater than or equal to 1.
Setting this property sets the
getTickLabelSpacingIsAuto/setTickLabelSpacingIsAuto | |
public boolean getTickLabelSpacingIsAuto() / public void setTickLabelSpacingIsAuto(boolean value) |
Default value is true.
The property has effect for text category and series axes. It is not supported by MS Office 2016 new charts.
getTickMarkSpacing/setTickMarkSpacing | |
public int getTickMarkSpacing() / public void setTickMarkSpacing(int value) |
The property has effect for text category and series axes. It is not supported by MS Office 2016 new charts.
Valid range of a value is greater than or equal to 1.
getType | |
public int getType() |