/AWS1/CL_QSTAXISLABELOPTIONS¶
The label options for a chart axis. You must specify the field that the label is targeted to.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_fontconfiguration TYPE REF TO /AWS1/CL_QSTFONTCONFIGURATION /AWS1/CL_QSTFONTCONFIGURATION¶
The font configuration of the axis label.
iv_customlabel TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The text for the axis label.
io_applyto TYPE REF TO /AWS1/CL_QSTAXISLABELREFEREN00 /AWS1/CL_QSTAXISLABELREFEREN00¶
The options that indicate which field the label belongs to.
Queryable Attributes¶
FontConfiguration¶
The font configuration of the axis label.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FONTCONFIGURATION() |
Getter for FONTCONFIGURATION |
CustomLabel¶
The text for the axis label.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMLABEL() |
Getter for CUSTOMLABEL, with configurable default |
ASK_CUSTOMLABEL() |
Getter for CUSTOMLABEL w/ exceptions if field has no value |
HAS_CUSTOMLABEL() |
Determine if CUSTOMLABEL has a value |
ApplyTo¶
The options that indicate which field the label belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLYTO() |
Getter for APPLYTO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AXISLABELOPTIONSLIST¶
TYPES TT_AXISLABELOPTIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTAXISLABELOPTIONS WITH DEFAULT KEY
.