AxisX Class
The base class for all X-axis (axis of arguments) types.
Declaration
public abstract class AxisX
extends AxisBase
Remarks
For more information about specific parameters of X-axes, refer to the QualitativeAxisX, NumericAxisX or DateTimeAxisX documents.
Refer to the AxisBase class reference to learn more about common axis properties.
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
AxisX()
Initializes a new AxisX class instance with default parameters.
Declaration
public AxisX()