/AWS1/CL_QSTAXISDISPLAYOPTIONS¶
The display options for the axis label.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_ticklabeloptions TYPE REF TO /AWS1/CL_QSTAXISTICKLABELOPTS /AWS1/CL_QSTAXISTICKLABELOPTS¶
The tick label options of an axis.
iv_axislinevisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
Determines whether or not the axis line is visible.
iv_gridlinevisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
Determines whether or not the grid line is visible.
io_dataoptions TYPE REF TO /AWS1/CL_QSTAXISDATAOPTIONS /AWS1/CL_QSTAXISDATAOPTIONS¶
The data options for an axis.
io_scrollbaroptions TYPE REF TO /AWS1/CL_QSTSCROLLBAROPTIONS /AWS1/CL_QSTSCROLLBAROPTIONS¶
The scroll bar options for an axis.
iv_axisoffset TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
The offset value that determines the starting placement of the axis within a visual's bounds.
Queryable Attributes¶
TickLabelOptions¶
The tick label options of an axis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TICKLABELOPTIONS() |
Getter for TICKLABELOPTIONS |
AxisLineVisibility¶
Determines whether or not the axis line is visible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AXISLINEVISIBILITY() |
Getter for AXISLINEVISIBILITY, with configurable default |
ASK_AXISLINEVISIBILITY() |
Getter for AXISLINEVISIBILITY w/ exceptions if field has no |
HAS_AXISLINEVISIBILITY() |
Determine if AXISLINEVISIBILITY has a value |
GridLineVisibility¶
Determines whether or not the grid line is visible.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRIDLINEVISIBILITY() |
Getter for GRIDLINEVISIBILITY, with configurable default |
ASK_GRIDLINEVISIBILITY() |
Getter for GRIDLINEVISIBILITY w/ exceptions if field has no |
HAS_GRIDLINEVISIBILITY() |
Determine if GRIDLINEVISIBILITY has a value |
DataOptions¶
The data options for an axis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAOPTIONS() |
Getter for DATAOPTIONS |
ScrollbarOptions¶
The scroll bar options for an axis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCROLLBAROPTIONS() |
Getter for SCROLLBAROPTIONS |
AxisOffset¶
The offset value that determines the starting placement of the axis within a visual's bounds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AXISOFFSET() |
Getter for AXISOFFSET, with configurable default |
ASK_AXISOFFSET() |
Getter for AXISOFFSET w/ exceptions if field has no value |
HAS_AXISOFFSET() |
Determine if AXISOFFSET has a value |