Bar Pointer Style

Overview

Bar pointer is a line of a certain width that goes from the beginning of your axis to the value specified by value attribute. You can specify its position and fill/hatch fill.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <bar_pointer_style name="" parent="" color="" hatch_type="" align="" padding="" width="">
02   <fill />
03   <hatch_fill />
04   <border />
05   <effects />
06   <cap enabled="" radius="">
07     <inner_stroke />
08     <outer_stroke />
09     <background />
10     <effects />
11   </cap>
12   <states>
13     <normal />
14     <hover />
15     <pushed />
16     <selected_normal />
17     <selected_hover />
18   </states>
19 </bar_pointer_style>

Description

Note that bar_pointer_style node has a cap subnode. This subnode works only with circular gauges and adjusts a cap that appears in the middle of your circular gauge. Also bar_pointer_style includes subnodes describing its visual appearance (fill, hatch_fill, border, effects) and states. Standard attributes of bar_pointer_style node speak for themselves.

to top

States Supported

This style supports the following states: normal, hover, pushed, selected_normal, selected_hover.

to top