java.lang.Objectcom.aspose.words.AxisScaling
public class AxisScaling
Constructor Summary |
---|
AxisScaling()
|
Property Getters/Setters Summary | ||
---|---|---|
double | getLogBase() | |
void | setLogBase(double value) | |
Gets or sets the logarithmic base for a logarithmic axis. | ||
double | getMaximum() | |
void | setMaximum(double value) | |
Gets or sets the maximum value of the axis. | ||
boolean | getMaximumIsAuto() | |
void | setMaximumIsAuto(boolean value) | |
Gets or sets a flag indicating whether maximum value of the axis shall be set automatically depending on data. | ||
double | getMinimum() | |
void | setMinimum(double value) | |
Gets or sets minimum value of the axis. | ||
boolean | getMinimumIsAuto() | |
void | setMinimumIsAuto(boolean value) | |
Gets or sets a flag indicating whether minimum value of the axis shall be set automatically depending on data. | ||
int | getType() | |
void | setType(int value) | |
Gets or sets scaling type of the axis. The value of the property is AxisScaleType integer constant. |
Constructor Detail |
---|
public AxisScaling()
Property Getters/Setters Detail |
---|
getLogBase/setLogBase | |
public double getLogBase() / public void setLogBase(double value) |
The property is not supported by MS Office 2016 new charts.
Valid range of a floating point value is greater than or equal to 2 and less than or
equal to 1000. The property has effect only if
Setting this property sets the
getMaximum/setMaximum | |
public double getMaximum() / public void setMaximum(double value) |
getMaximumIsAuto/setMaximumIsAuto | |
public boolean getMaximumIsAuto() / public void setMaximumIsAuto(boolean value) |
getMinimum/setMinimum | |
public double getMinimum() / public void setMinimum(double value) |
getMinimumIsAuto/setMinimumIsAuto | |
public boolean getMinimumIsAuto() / public void setMinimumIsAuto(boolean value) |
getType/setType | |
public int getType() / public void setType(int value) |