/AWS1/CL_QSTFUNNELCHARTDATAL00¶
The options that determine the presentation of the data labels.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_visibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility option that determines if data labels are displayed.
iv_categorylabelvisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility of the category labels within the data labels.
iv_measurelabelvisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
The visibility of the measure labels within the data labels.
iv_position TYPE /AWS1/QSTDATALABELPOSITION /AWS1/QSTDATALABELPOSITION¶
Determines the positioning of the data label relative to a section of the funnel.
io_labelfontconfiguration TYPE REF TO /AWS1/CL_QSTFONTCONFIGURATION /AWS1/CL_QSTFONTCONFIGURATION¶
The font configuration for the data labels.
Only the
FontSizeattribute of the font configuration is used for data labels.
iv_labelcolor TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The color of the data label text.
iv_measuredatalabelstyle TYPE /AWS1/QSTFUNNELCHARTMEASURED00 /AWS1/QSTFUNNELCHARTMEASURED00¶
Determines the style of the metric labels.
Queryable Attributes¶
Visibility¶
The visibility option that determines if data labels are displayed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY has a value |
CategoryLabelVisibility¶
The visibility of the category labels within the data labels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORYLABELVISIBILITY() |
Getter for CATEGORYLABELVISIBILITY, with configurable defaul |
ASK_CATEGORYLABELVISIBILITY() |
Getter for CATEGORYLABELVISIBILITY w/ exceptions if field ha |
HAS_CATEGORYLABELVISIBILITY() |
Determine if CATEGORYLABELVISIBILITY has a value |
MeasureLabelVisibility¶
The visibility of the measure labels within the data labels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEASURELABELVISIBILITY() |
Getter for MEASURELABELVISIBILITY, with configurable default |
ASK_MEASURELABELVISIBILITY() |
Getter for MEASURELABELVISIBILITY w/ exceptions if field has |
HAS_MEASURELABELVISIBILITY() |
Determine if MEASURELABELVISIBILITY has a value |
Position¶
Determines the positioning of the data label relative to a section of the funnel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSITION() |
Getter for POSITION, with configurable default |
ASK_POSITION() |
Getter for POSITION w/ exceptions if field has no value |
HAS_POSITION() |
Determine if POSITION has a value |
LabelFontConfiguration¶
The font configuration for the data labels.
Only the
FontSizeattribute of the font configuration is used for data labels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELFONTCONFIGURATION() |
Getter for LABELFONTCONFIGURATION |
LabelColor¶
The color of the data label text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELCOLOR() |
Getter for LABELCOLOR, with configurable default |
ASK_LABELCOLOR() |
Getter for LABELCOLOR w/ exceptions if field has no value |
HAS_LABELCOLOR() |
Determine if LABELCOLOR has a value |
MeasureDataLabelStyle¶
Determines the style of the metric labels.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEASUREDATALABELSTYLE() |
Getter for MEASUREDATALABELSTYLE, with configurable default |
ASK_MEASUREDATALABELSTYLE() |
Getter for MEASUREDATALABELSTYLE w/ exceptions if field has |
HAS_MEASUREDATALABELSTYLE() |
Determine if MEASUREDATALABELSTYLE has a value |