Gets or Sets the state that indicates whether the label should appear for the DataPoint or not.
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 ... >
<vc:Chart.Series>
<vc:DataSeries>
<vc:DataSeries.DataPoints>
<vc:DataPoint LabelEnabled="True" />
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting LabelEnabled property:

Members:
|
Member name |
Description |
|
True |
The labels will appear for the DataPoint. |
|
False |
The labels will not appear for the DataPoint. |
Remarks:
Labels are enabled by Default for Doughnut, Pie and Funnel charts.