/AWS1/CL_QSTFIELDSERIESITEM¶
The field series item configuration of a line chart.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID¶
The field ID of the field for which you are setting the axis binding.
iv_axisbinding TYPE /AWS1/QSTAXISBINDING /AWS1/QSTAXISBINDING¶
The axis that you are binding the field to.
Optional arguments:¶
io_settings TYPE REF TO /AWS1/CL_QSTLINECHARTSERIESS00 /AWS1/CL_QSTLINECHARTSERIESS00¶
The options that determine the presentation of line series associated to the field.
Queryable Attributes¶
FieldId¶
The field ID of the field for which you are setting the axis binding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDID() |
Getter for FIELDID, with configurable default |
ASK_FIELDID() |
Getter for FIELDID w/ exceptions if field has no value |
HAS_FIELDID() |
Determine if FIELDID has a value |
AxisBinding¶
The axis that you are binding the field to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AXISBINDING() |
Getter for AXISBINDING, with configurable default |
ASK_AXISBINDING() |
Getter for AXISBINDING w/ exceptions if field has no value |
HAS_AXISBINDING() |
Determine if AXISBINDING has a value |
Settings¶
The options that determine the presentation of line series associated to the field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SETTINGS() |
Getter for SETTINGS |