SmartLabelEnabled places the Pie/Doughnut labels in such a way that they will not overlap with each other. If SmartLabelEnabled property is set to True, labels which are overlapping will be skipped automatically in order to make them readable.
Type: Boolean
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart SmartLabelEnabled="True">
</vc:Chart>
Below is the chart without setting SmartLabelEnabled property.

Below is the chart after setting SmartLabelEnabled property to True.

Remarks:
By default SmartLabelEnabled is set to False.
It is applicable to Pie and Doughnut charts only.