RangeBase Class
The base class for all ranges.
Declaration
public abstract class RangeBase
extends ChartElement
Inherited Members
java.lang.Object.equals(java.lang.Object)(Object)
java.lang.Object.hashCode()()
java.lang.Object.notify()()
java.lang.Object.notifyAll()()
java.lang.Object.toString()()
java.lang.Object.wait()()
java.lang.Object.wait(long)(long)
java.lang.Object.wait(long, int)(long,int)
Inheritance
Object
ChartElement
RangeBase
RangeBase()
Initializes a new RangeBase class instance with default parameters.
Declaration
public RangeBase()
Methods
getSideMargin() Method
Returns the axis side margin, in axis units.
Declaration
public double getSideMargin()
Returns
Type | Description |
---|---|
double | The axis side margin, in axis units. |
resetRange() Method
Resets an axis range.
Declaration
public void resetRange()
resetVisualRange() Method
Resets an axis visual range.
Declaration
public void resetVisualRange()
setSideMargin(double) Method
Specifies the axis side margin, in axis units.
Declaration
public void setSideMargin(double value)
Parameters
Name | Type | Description |
---|---|---|
value | double | The axis side margin, in axis units. |