values node - Elements values appearence and format settings
<root>
<type>
<chart>
<values prefix='' postfix='' show='yes' decimal_separator='.'
thousand_separator=' ' decimal_places='2' position='bottom'>
</values>
</chart>
</type>
</root>
Attributes:
| Name | Description | Values | Default value |
|---|---|---|---|
| prefix | value prefix | String | |
| postfix | value postfix | String | |
| show | turns values on/off | yes|no | yes |
| decimal_separator | sets a decimal separator sign |
String | . |
| thousand_separator | sets a thusnad separator sign | String | |
| decimal_places | sets the number of decimal digits following decimal separator ( value is rounded) | integer value bigger or equal 0 | 2 |
| position | sets a values text position | top|bottom|center | bottom |
Subnodes: