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.
doublegetMaximum()
voidsetMaximum(double value)
           Gets or sets the maximum value of the axis.
booleangetMaximumIsAuto()
voidsetMaximumIsAuto(boolean value)
           Gets or sets a flag indicating whether maximum value of the axis shall be set automatically depending on data.
doublegetMinimum()
voidsetMinimum(double value)
           Gets or sets minimum value of the axis.
booleangetMinimumIsAuto()
voidsetMinimumIsAuto(boolean value)
           Gets or sets a flag indicating whether minimum value of the axis shall be set automatically depending on data.
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 double getMaximum() / public void setMaximum(double value)
Gets or sets the maximum value of the axis. Setting this property sets the MaximumIsAuto property to false.

getMaximumIsAuto/setMaximumIsAuto

public boolean getMaximumIsAuto() / public void setMaximumIsAuto(boolean value)
Gets or sets a flag indicating whether maximum value of the axis shall be set automatically depending on data.

getMinimum/setMinimum

public double getMinimum() / public void setMinimum(double value)
Gets or sets minimum value of the axis. Setting this property sets the MinimumIsAuto property to false.

getMinimumIsAuto/setMinimumIsAuto

public boolean getMinimumIsAuto() / public void setMinimumIsAuto(boolean value)
Gets or sets a flag indicating whether minimum value of the axis shall be set automatically depending on data.

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.