/AWS1/CL_QSTREFERENCELINEDAT00¶
The data configuration of the reference line.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_staticconfiguration TYPE REF TO /AWS1/CL_QSTREFERENCELINESTA00 /AWS1/CL_QSTREFERENCELINESTA00¶
The static data configuration of the reference line data configuration.
io_dynamicconfiguration TYPE REF TO /AWS1/CL_QSTREFERENCELINEDYN00 /AWS1/CL_QSTREFERENCELINEDYN00¶
The dynamic configuration of the reference line data configuration.
iv_axisbinding TYPE /AWS1/QSTAXISBINDING /AWS1/QSTAXISBINDING¶
The axis binding type of the reference line. Choose one of the following options:
PrimaryY
SecondaryY
iv_seriestype TYPE /AWS1/QSTREFERENCELINESERIES00 /AWS1/QSTREFERENCELINESERIES00¶
The series type of the reference line data configuration. Choose one of the following options:
BAR
LINE
Queryable Attributes¶
StaticConfiguration¶
The static data configuration of the reference line data configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATICCONFIGURATION() |
Getter for STATICCONFIGURATION |
DynamicConfiguration¶
The dynamic configuration of the reference line data configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DYNAMICCONFIGURATION() |
Getter for DYNAMICCONFIGURATION |
AxisBinding¶
The axis binding type of the reference line. Choose one of the following options:
PrimaryY
SecondaryY
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 |
SeriesType¶
The series type of the reference line data configuration. Choose one of the following options:
BAR
LINE
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERIESTYPE() |
Getter for SERIESTYPE, with configurable default |
ASK_SERIESTYPE() |
Getter for SERIESTYPE w/ exceptions if field has no value |
HAS_SERIESTYPE() |
Determine if SERIESTYPE has a value |