/AWS1/CL_QSTLINECHARTLINESTY00¶
Line styles options for a line series in LineChartVisual.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_linevisibility TYPE /AWS1/QSTVISIBILITY /AWS1/QSTVISIBILITY¶
Configuration option that determines whether to show the line for the series.
iv_lineinterpolation TYPE /AWS1/QSTLINEINTERPOLATION /AWS1/QSTLINEINTERPOLATION¶
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in line.
iv_linestyle TYPE /AWS1/QSTLINECHARTLINESTYLE /AWS1/QSTLINECHARTLINESTYLE¶
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
iv_linewidth TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
Width that determines the line thickness.
Queryable Attributes¶
LineVisibility¶
Configuration option that determines whether to show the line for the series.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEVISIBILITY() |
Getter for LINEVISIBILITY, with configurable default |
ASK_LINEVISIBILITY() |
Getter for LINEVISIBILITY w/ exceptions if field has no valu |
HAS_LINEVISIBILITY() |
Determine if LINEVISIBILITY has a value |
LineInterpolation¶
Interpolation style for line series.
LINEAR: Show as default, linear style.
SMOOTH: Show as a smooth curve.
STEPPED: Show steps in 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 |
LineStyle¶
Line style for line series.
SOLID: Show as a solid line.
DOTTED: Show as a dotted line.
DASHED: Show as a dashed line.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINESTYLE() |
Getter for LINESTYLE, with configurable default |
ASK_LINESTYLE() |
Getter for LINESTYLE w/ exceptions if field has no value |
HAS_LINESTYLE() |
Determine if LINESTYLE has a value |
LineWidth¶
Width that determines the line thickness.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEWIDTH() |
Getter for LINEWIDTH, with configurable default |
ASK_LINEWIDTH() |
Getter for LINEWIDTH w/ exceptions if field has no value |
HAS_LINEWIDTH() |
Determine if LINEWIDTH has a value |