Skip to content

/AWS1/CL_QSTSPARKLINESOPTIONS

The options for sparklines in a table.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_fieldid TYPE /AWS1/QSTFIELDID /AWS1/QSTFIELDID

The field ID of the value column that the sparkline is applied to.

io_xaxisfield TYPE REF TO /AWS1/CL_QSTDIMENSIONFIELD /AWS1/CL_QSTDIMENSIONFIELD

The dimension type field.

Optional arguments:

iv_yaxisbehavior TYPE /AWS1/QSTSPARKLINEAXISBEHAVIOR /AWS1/QSTSPARKLINEAXISBEHAVIOR

Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

iv_visualtype TYPE /AWS1/QSTSPARKLINEVISUALTYPE /AWS1/QSTSPARKLINEVISUALTYPE

The type of the sparkline. Valid values are LINE and AREA_LINE.

iv_linecolor TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR

The color of the sparkline line.

iv_lineinterpolation TYPE /AWS1/QSTLINEINTERPOLATION /AWS1/QSTLINEINTERPOLATION

The interpolation style for the sparkline line.

io_allpointsmarker TYPE REF TO /AWS1/CL_QSTLINECHARTMARKERS00 /AWS1/CL_QSTLINECHARTMARKERS00

Marker styles options for a line series in LineChartVisual.

io_maxvaluemarker TYPE REF TO /AWS1/CL_QSTLINECHARTMARKERS00 /AWS1/CL_QSTLINECHARTMARKERS00

Marker styles options for a line series in LineChartVisual.

io_minvaluemarker TYPE REF TO /AWS1/CL_QSTLINECHARTMARKERS00 /AWS1/CL_QSTLINECHARTMARKERS00

Marker styles options for a line series in LineChartVisual.


Queryable Attributes

FieldId

The field ID of the value column that the sparkline is applied to.

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

XAxisField

The dimension type field.

Accessible with the following methods

Method Description
GET_XAXISFIELD() Getter for XAXISFIELD

YAxisBehavior

Determines whether the Y axis is shared across all sparklines or independent for each sparkline.

Accessible with the following methods

Method Description
GET_YAXISBEHAVIOR() Getter for YAXISBEHAVIOR, with configurable default
ASK_YAXISBEHAVIOR() Getter for YAXISBEHAVIOR w/ exceptions if field has no value
HAS_YAXISBEHAVIOR() Determine if YAXISBEHAVIOR has a value

VisualType

The type of the sparkline. Valid values are LINE and AREA_LINE.

Accessible with the following methods

Method Description
GET_VISUALTYPE() Getter for VISUALTYPE, with configurable default
ASK_VISUALTYPE() Getter for VISUALTYPE w/ exceptions if field has no value
HAS_VISUALTYPE() Determine if VISUALTYPE has a value

LineColor

The color of the sparkline line.

Accessible with the following methods

Method Description
GET_LINECOLOR() Getter for LINECOLOR, with configurable default
ASK_LINECOLOR() Getter for LINECOLOR w/ exceptions if field has no value
HAS_LINECOLOR() Determine if LINECOLOR has a value

LineInterpolation

The interpolation style for the sparkline line.

Accessible with the following methods

Method Description
GET_LINEINTERPOLATION() Getter for LINEINTERPOLATION, with configurable default
ASK_LINEINTERPOLATION() Getter for LINEINTERPOLATION w/ exceptions if field has no v
HAS_LINEINTERPOLATION() Determine if LINEINTERPOLATION has a value

AllPointsMarker

Marker styles options for a line series in LineChartVisual.

Accessible with the following methods

Method Description
GET_ALLPOINTSMARKER() Getter for ALLPOINTSMARKER

MaxValueMarker

Marker styles options for a line series in LineChartVisual.

Accessible with the following methods

Method Description
GET_MAXVALUEMARKER() Getter for MAXVALUEMARKER

MinValueMarker

Marker styles options for a line series in LineChartVisual.

Accessible with the following methods

Method Description
GET_MINVALUEMARKER() Getter for MINVALUEMARKER