Range Bar Pointer Style

Overview

Range Bar Pointer differes from the regular Bar Pointer with one thing: you can set not a single value for your pointer, but both start value and end value.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <range_bar_pointer_style name="" parent="" color="" hatch_type="" align="Inside|Outside|Center" padding="" width="">
02   <fill />
03   <hatch_fill />
04   <border />
05   <effects />
06   <states>
07     <normal />
08     <hover />
09     <pushed />
10     <selected_normal />
11     <selected_hover />
12   </states>
13 </range_bar_pointer_style>

Description

Note that range_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 range_bar_pointer_style includes subnodes describing its visual appearance (fill, hatch_fill, border, effects) and states. Standard attributes of range_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