Skip to main content
A newer version of this page is available.

QualitativeAxisX Class

The arguments axis that manages representation of series with QualitativeSeriesData data.

Declaration

public class QualitativeAxisX
extends AxisX

Remarks

Refer to the AxisBase class description for more information 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

QualitativeAxisX()

Initializes a new QualitativeAxisX class instance with default parameters.

Declaration

public QualitativeAxisX()

Methods

addConstantLine(QualitativeConstantLine) Method

Adds the specified constant line to the axis constant lines’ collection.

Declaration

public void addConstantLine(QualitativeConstantLine line)

Parameters

Name Type Description
line QualitativeConstantLine

The QualitativeConstantLine object to be added.

addStrip(QualitativeStrip) Method

Adds the specified strip to the axis strips’ collection.

Declaration

public void addStrip(QualitativeStrip strip)

Parameters

Name Type Description
strip QualitativeStrip

The QualitativeStrip object to be added.

getRange() Method

Returns the settings that specify axis’s coordinate ranges.

Declaration

public QualitativeRange getRange()

Returns

Type Description
QualitativeRange

The QualitativeRange object that specifies the range settings.

removeConstantLine(QualitativeConstantLine) Method

Removes the specified constant line from the axis constant lines’ collection.

Declaration

public void removeConstantLine(QualitativeConstantLine line)

Parameters

Name Type Description
line QualitativeConstantLine

The QualitativeConstantLine object to be removed.

removeStrip(QualitativeStrip) Method

Removes the specified strip from the axis strips’ collection.

Declaration

public void removeStrip(QualitativeStrip strip)

Parameters

Name Type Description
strip QualitativeStrip

The QualitativeStrip object to be removed.

setRange(QualitativeRange) Method

Specifies the settings that specify axis’s coordinate ranges.

Declaration

public void setRange(QualitativeRange range)

Parameters

Name Type Description
range QualitativeRange

The QualitativeRange object that specifies the range settings.