/AWS1/CL_QSTAXISDATAOPTIONS¶
The data options for an axis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_numericaxisoptions TYPE REF TO /AWS1/CL_QSTNUMERICAXISOPTIONS /AWS1/CL_QSTNUMERICAXISOPTIONS¶
The options for an axis with a numeric field.
io_dateaxisoptions TYPE REF TO /AWS1/CL_QSTDATEAXISOPTIONS /AWS1/CL_QSTDATEAXISOPTIONS¶
The options for an axis with a date field.
Queryable Attributes¶
NumericAxisOptions¶
The options for an axis with a numeric field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMERICAXISOPTIONS() |
Getter for NUMERICAXISOPTIONS |
DateAxisOptions¶
The options for an axis with a date field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATEAXISOPTIONS() |
Getter for DATEAXISOPTIONS |