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. | ||
AxisBound | getMaximum() | |
void | setMaximum(AxisBound value) | |
Gets or sets the maximum value of the axis. | ||
AxisBound | getMinimum() | |
void | setMinimum(AxisBound value) | |
Gets or sets minimum value of the axis. | ||
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 AxisBound getMaximum() / public void setMaximum(AxisBound value) |
getMinimum/setMinimum | |
public AxisBound getMinimum() / public void setMinimum(AxisBound value) |
getType/setType | |
public int getType() / public void setType(int value) |