Class Scaling
java.lang.Object
com.independentsoft.office.charts.Scaling
The Class Scaling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the logarithmic base.doubleGets the maximum.doubleGets the minimum.Gets the orientation.voidsetLogarithmicBase(int logarithmicBase)Sets the logarithmic base.voidsetMaximum(double maximum)Sets the maximum.voidsetMinimum(double minimum)Sets the minimum.voidsetOrientation(Orientation orientation)Sets the orientation.toString()
-
Constructor Details
-
Scaling
public Scaling()Instantiates a new scaling.
-
-
Method Details
-
clone
-
toString
-
getOrientation
Gets the orientation.- Returns:
- the orientation
-
setOrientation
Sets the orientation.- Parameters:
orientation- the new orientation
-
getMinimum
public double getMinimum()Gets the minimum.- Returns:
- the minimum
-
setMinimum
public void setMinimum(double minimum)Sets the minimum.- Parameters:
minimum- the new minimum
-
getMaximum
public double getMaximum()Gets the maximum.- Returns:
- the maximum
-
setMaximum
public void setMaximum(double maximum)Sets the maximum.- Parameters:
maximum- the new maximum
-
getLogarithmicBase
public int getLogarithmicBase()Gets the logarithmic base.- Returns:
- the logarithmic base
-
setLogarithmicBase
public void setLogarithmicBase(int logarithmicBase)Sets the logarithmic base.- Parameters:
logarithmicBase- the new logarithmic base
-