Line
Properties in the Line subgroup of the Visualization group affect the visual presentation of the line or lines in the chart.
Series Style
The Series Style property allows for styles to be applied to specific lines, according to the associated series and categories. Line styles specified in Series Style will override styles defined elsewhere.
Variable Name: | styleSeriesStyleLine |
Records: | 0…Unlimited |
Record Format:
Field Name | Field Type | Field Description |
series | String | Series |
category | String | Category |
fill | Color | Fill |
fillOpacity | Float | Fill Opacity |
stroke | Color | Border Color |
lineWidth | Integer | Border Width |
lineDash | String | Border Dash Interval |
strokeOpacity | Float | Border Opacity |
shadowColor | Color | Shadow Color |
shadowBlur | Integer | Shadow Blur |
shadowOffsetX | Integer | Shadow Offset X |
shadowOffsetY | Integer | Shadow Offset Y |
cursor | String | Line Dash |
Line Color
Sets the color of the lines of the chart.
Variable Name: | styleStrokeLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeLine | Color | Stroke |
Line Opacity
Controls the opacity of the stroke color for the lines of the chart.
Variable Name: | styleStrokeOpacityLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeOpacityLine | Float | Line Opacity |
Line Width
Sets the width of the lines of the chart.
Variable Name: | styleLineWidthLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineWidthLine | Integer | Border Width |
Line Dash Interval
Specifies the length of the dash pattern of the lines of the chart.
Variable Name: | styleLineDashLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineDashLine | String | Line Dash Interval |
Shadow Color
Sets the color of the shadow cast by the lines of the chart.
Variable Name: | styleShadowColorLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowColorLine | Color | Shadow Color |
Shadow Blur
Determines the blurring effect applied to the shadow cast by the lines of the chart.
Variable Name: | styleShadowBlurLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowBlurLine | Integer | Shadow Blur |
Shadow Offset X
Controls the horizontal offset of the shadow cast by the lines of the chart.
Variable Name: | styleShadowOffsetXLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetXLine | Integer | Shadow Offset X |
Shadow Offset Y
Controls the vertical offset of the shadow cast by the lines of the chart.
Variable Name: | styleShadowOffsetYLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetYLine | Integer | Shadow Offset Y |
Cursor
Defines the cursor appearance when interacting with the lines of the chart.
Variable Name: | styleCursorLine |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleCursorLine | String | Cursor |
Was this page helpful?