Skip to content

/AWS1/CL_QSTBARSERIESITEM

The series item configuration of a BarChartVisual.

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_fieldbarseriesitem TYPE REF TO /AWS1/CL_QSTFIELDBARSERIESITEM /AWS1/CL_QSTFIELDBARSERIESITEM

The field series item configuration of a BarChartVisual.

io_datafieldbarseriesitem TYPE REF TO /AWS1/CL_QSTDATAFIELDBARSERI00 /AWS1/CL_QSTDATAFIELDBARSERI00

The data field series item configuration of a BarChartVisual.


Queryable Attributes

FieldBarSeriesItem

The field series item configuration of a BarChartVisual.

Accessible with the following methods

Method Description
GET_FIELDBARSERIESITEM() Getter for FIELDBARSERIESITEM

DataFieldBarSeriesItem

The data field series item configuration of a BarChartVisual.

Accessible with the following methods

Method Description
GET_DATAFIELDBARSERIESITEM() Getter for DATAFIELDBARSERIESITEM

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BARSERIESITEMLIST

TYPES TT_BARSERIESITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTBARSERIESITEM WITH DEFAULT KEY
.