Bar
Properties in the Bar subgroup of the Visualization group affect the visual presentation of the bar or bars in the chart.
Series Style
The Series Style property allows for styles to be applied to specific bars, according to the associated series and categories. Bar styles specified in Series Style will override styles defined elsewhere.
Variable Name: | styleSeriesStyleBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
series | String | Series |
fill | Color | Fill |
category | String | Category |
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 |
Fill
Defines the fill color of the bars in the chart.
Variable Name: | styleFillBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleFillBar | Color | Fill |
Fill Opacity
Controls the opacity level of the fill color for the bars in the chart.
Variable Name: | styleFillOpacityBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleFillOpacityBar | Float | Fill Opacity |
Border Color
Sets the border color of the bars in the chart.
Variable Name: | styleStrokeBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeBar | Color | Border Color |
Border Opacity
Controls the opacity of the border color of the bars in the chart.
Variable Name: | styleStrokeOpacityBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleStrokeOpacityBar | Float | Border Opacity |
Border Width
Determines the width of the border of the bars in the chart.
Variable Name: | styleLineWidthBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineWidthBar | Integer | Border Width |
Border Dash Interval
Specifies the dash pattern of the border of the bars in the chart.
Variable Name: | styleLineDashBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleLineDashBar | String | Line Dash |
Shadow Color
Sets the color of the shadow cast by the bars in the chart.
Variable Name: | styleShadowColorBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowColorBar | Color | Shadow Color |
Shadow Blur
Determines the blurring effect applied to the shadow cast by the bars in the chart.
Variable Name: | styleShadowBlurBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowBlurBar | Integer | Shadow Blur |
Shadow Offset X
Controls the horizontal offset of the shadow cast by the bars in the chart.
Variable Name: | styleShadowOffsetXBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetXBar | Integer | Shadow Offset X |
Shadow Offset Y
Controls the vertical offset of the shadow cast by the bars in the chart.
Variable Name: | styleShadowOffsetYBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleShadowOffsetYBar | Integer | Shadow Offset Y |
Cursor
Defines the cursor appearance when interacting with the bars in the chart.
Variable Name: | styleCursorBar |
Records: | 1 |
Record Format:
Field Name | Field Type | Field Description |
styleCursorBar | String | Cursor |
Was this page helpful?