/AWS1/CL_QSTBARCHARTCONF¶
The configuration of a BarChartVisual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_fieldwells TYPE REF TO /AWS1/CL_QSTBARCHARTFIELDWELLS /AWS1/CL_QSTBARCHARTFIELDWELLS¶
The field wells of the visual.
io_sortconfiguration TYPE REF TO /AWS1/CL_QSTBARCHARTSORTCONF /AWS1/CL_QSTBARCHARTSORTCONF¶
The sort configuration of a
BarChartVisual.
iv_orientation TYPE /AWS1/QSTBARCHARTORIENTATION /AWS1/QSTBARCHARTORIENTATION¶
The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
iv_barsarrangement TYPE /AWS1/QSTBARSARRANGEMENT /AWS1/QSTBARSARRANGEMENT¶
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
io_visualpalette TYPE REF TO /AWS1/CL_QSTVISUALPALETTE /AWS1/CL_QSTVISUALPALETTE¶
The palette (chart color) display setup of the visual.
io_smallmultiplesoptions TYPE REF TO /AWS1/CL_QSTSMALLMULTIPLESOPTS /AWS1/CL_QSTSMALLMULTIPLESOPTS¶
The small multiples setup for the visual.
io_categoryaxis TYPE REF TO /AWS1/CL_QSTAXISDISPLAYOPTIONS /AWS1/CL_QSTAXISDISPLAYOPTIONS¶
The label display options (grid line, range, scale, axis step) for bar chart category.
io_categorylabeloptions TYPE REF TO /AWS1/CL_QSTCHARTAXISLABELOPTS /AWS1/CL_QSTCHARTAXISLABELOPTS¶
The label options (label text, label visibility and sort icon visibility) for a bar chart.
io_valueaxis TYPE REF TO /AWS1/CL_QSTAXISDISPLAYOPTIONS /AWS1/CL_QSTAXISDISPLAYOPTIONS¶
The label display options (grid line, range, scale, axis step) for a bar chart value.
io_valuelabeloptions TYPE REF TO /AWS1/CL_QSTCHARTAXISLABELOPTS /AWS1/CL_QSTCHARTAXISLABELOPTS¶
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
io_colorlabeloptions TYPE REF TO /AWS1/CL_QSTCHARTAXISLABELOPTS /AWS1/CL_QSTCHARTAXISLABELOPTS¶
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
io_defaultseriessettings TYPE REF TO /AWS1/CL_QSTBARCHARTDEFSERIE00 /AWS1/CL_QSTBARCHARTDEFSERIE00¶
The options that determine the default presentation of all bar series in
BarChartVisual.
it_series TYPE /AWS1/CL_QSTBARSERIESITEM=>TT_BARSERIESITEMLIST TT_BARSERIESITEMLIST¶
The series item configuration of a
BarChartVisual.
io_legend TYPE REF TO /AWS1/CL_QSTLEGENDOPTIONS /AWS1/CL_QSTLEGENDOPTIONS¶
The legend display setup of the visual.
io_datalabels TYPE REF TO /AWS1/CL_QSTDATALABELOPTIONS /AWS1/CL_QSTDATALABELOPTIONS¶
The options that determine if visual data labels are displayed.
io_tooltip TYPE REF TO /AWS1/CL_QSTTOOLTIPOPTIONS /AWS1/CL_QSTTOOLTIPOPTIONS¶
The tooltip display setup of the visual.
it_referencelines TYPE /AWS1/CL_QSTREFERENCELINE=>TT_REFERENCELINELIST TT_REFERENCELINELIST¶
The reference line setup of the visual.
it_contributionalydefaults TYPE /AWS1/CL_QSTCONTRIBUTIONALYDEF=>TT_CONTRIBUTIONALYDEFAULTLIST TT_CONTRIBUTIONALYDEFAULTLIST¶
The contribution analysis (anomaly configuration) setup of the visual.
io_interactions TYPE REF TO /AWS1/CL_QSTVISUALINTERACTOPTS /AWS1/CL_QSTVISUALINTERACTOPTS¶
The general visual interactions setup for a visual.
Queryable Attributes¶
FieldWells¶
The field wells of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDWELLS() |
Getter for FIELDWELLS |
SortConfiguration¶
The sort configuration of a
BarChartVisual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SORTCONFIGURATION() |
Getter for SORTCONFIGURATION |
Orientation¶
The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIENTATION() |
Getter for ORIENTATION, with configurable default |
ASK_ORIENTATION() |
Getter for ORIENTATION w/ exceptions if field has no value |
HAS_ORIENTATION() |
Determine if ORIENTATION has a value |
BarsArrangement¶
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BARSARRANGEMENT() |
Getter for BARSARRANGEMENT, with configurable default |
ASK_BARSARRANGEMENT() |
Getter for BARSARRANGEMENT w/ exceptions if field has no val |
HAS_BARSARRANGEMENT() |
Determine if BARSARRANGEMENT has a value |
VisualPalette¶
The palette (chart color) display setup of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISUALPALETTE() |
Getter for VISUALPALETTE |
SmallMultiplesOptions¶
The small multiples setup for the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SMALLMULTIPLESOPTIONS() |
Getter for SMALLMULTIPLESOPTIONS |
CategoryAxis¶
The label display options (grid line, range, scale, axis step) for bar chart category.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORYAXIS() |
Getter for CATEGORYAXIS |
CategoryLabelOptions¶
The label options (label text, label visibility and sort icon visibility) for a bar chart.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATEGORYLABELOPTIONS() |
Getter for CATEGORYLABELOPTIONS |
ValueAxis¶
The label display options (grid line, range, scale, axis step) for a bar chart value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUEAXIS() |
Getter for VALUEAXIS |
ValueLabelOptions¶
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUELABELOPTIONS() |
Getter for VALUELABELOPTIONS |
ColorLabelOptions¶
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLORLABELOPTIONS() |
Getter for COLORLABELOPTIONS |
DefaultSeriesSettings¶
The options that determine the default presentation of all bar series in
BarChartVisual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTSERIESSETTINGS() |
Getter for DEFAULTSERIESSETTINGS |
Series¶
The series item configuration of a
BarChartVisual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERIES() |
Getter for SERIES, with configurable default |
ASK_SERIES() |
Getter for SERIES w/ exceptions if field has no value |
HAS_SERIES() |
Determine if SERIES has a value |
Legend¶
The legend display setup of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEGEND() |
Getter for LEGEND |
DataLabels¶
The options that determine if visual data labels are displayed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATALABELS() |
Getter for DATALABELS |
Tooltip¶
The tooltip display setup of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLTIP() |
Getter for TOOLTIP |
ReferenceLines¶
The reference line setup of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCELINES() |
Getter for REFERENCELINES, with configurable default |
ASK_REFERENCELINES() |
Getter for REFERENCELINES w/ exceptions if field has no valu |
HAS_REFERENCELINES() |
Determine if REFERENCELINES has a value |
ContributionAnalysisDefaults¶
The contribution analysis (anomaly configuration) setup of the visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTRIBUTIONALYDEFAULTS() |
Getter for CONTRIBUTIONANALYSISDEFAULTS, with configurable d |
ASK_CONTRIBUTIONALYDEFAULTS() |
Getter for CONTRIBUTIONANALYSISDEFAULTS w/ exceptions if fie |
HAS_CONTRIBUTIONALYDEFAULTS() |
Determine if CONTRIBUTIONANALYSISDEFAULTS has a value |
Interactions¶
The general visual interactions setup for a visual.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERACTIONS() |
Getter for INTERACTIONS |