Data Plot Settings

Controls the display of points on your chart.

Example:

<data_plot_settings>

          <pie_series>

                   <label_settings enabled="true" mode="Outside">

                             <format>{%Name}  {%YPercentOfSeries}{numDecimals:0}%</format>

                   </label_settings>

          </pie_series>

</data_plot_settings>

Back to Top