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
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. |