Data Label Settings

Controls the label for each pointer in the data.

Example:

<label enabled="true">

          <position placement_mode="ByPoint" x="50" y="15"/>

          <format>% Complete: {%Value}{numDecimals:1}%</format>

          <background enabled="false"/>

</label>

Back to Top