com.aspose.words
Class AxisScaling

java.lang.Object
    extended by com.aspose.words.AxisScaling
All Implemented Interfaces:
java.lang.Cloneable

public class AxisScaling 
extends java.lang.Object

Represents the scaling options of the axis.

Constructor Summary
AxisScaling()
          
 
Property Getters/Setters Summary
doublegetLogBase()
voidsetLogBase(double value)
           Gets or sets the logarithmic base for a logarithmic axis.
AxisBoundgetMaximum()
voidsetMaximum(AxisBound value)
           Gets or sets the maximum value of the axis.
AxisBoundgetMinimum()
voidsetMinimum(AxisBound value)
           Gets or sets minimum value of the axis.
intgetType()
voidsetType(int value)
           Gets or sets scaling type of the axis. The value of the property is AxisScaleType integer constant.
 

Constructor Detail

AxisScaling

public AxisScaling()

Property Getters/Setters Detail

getLogBase/setLogBase

public double getLogBase() / public void setLogBase(double value)
Gets or sets the logarithmic base for a logarithmic axis.

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 Type is set to AxisScaleType.LOGARITHMIC.

Setting this property sets the Type property to AxisScaleType.LOGARITHMIC.


getMaximum/setMaximum

public AxisBound getMaximum() / public void setMaximum(AxisBound value)
Gets or sets the maximum value of the axis. The default value is "auto".

getMinimum/setMinimum

public AxisBound getMinimum() / public void setMinimum(AxisBound value)
Gets or sets minimum value of the axis. The default value is "auto".

getType/setType

public int getType() / public void setType(int value)
Gets or sets scaling type of the axis. The value of the property is AxisScaleType integer constant. The AxisScaleType.LINEAR value is the only that is allowed in MS Office 2016 new charts.

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