Marker Pointer Style

Overview

Marker pointer uses a figure of certain shape for pointing your axis current values. As well as in case of bar pointer you can use several markers on your gauge.

Available Settings

Full XML List:

XML Syntax
Plain code
01 <marker_pointer_style name="" parent="" color="" hatch_type="" align="" padding="" shape="" width="" height="" auto_rotate="" rotation="">
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 </marker_pointer_style>

Description

Note that marker_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 marker_pointer_style includes subnodes describing its visual appearance (fill, hatch_fill, border, effects) and states. Standard attributes of marker_pointer_style node speak for themselves, except auto_rotate - it can be true or false and defines whether marker is rotated automatically along axis orientation (rotation angle is added to auto calvulated angle when auto_rotate is true). shape attributes describes the shape of your marker.

to top

States Supported

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

to top