Gets or Sets the text that must appear in the legends for the series.
Type: String
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:DataPoint LegendText="DataPoint1"/>
<vc:DataPoint LegendText="DataPoint2"/>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after applying LegendText property:

Remarks:
By default the text that will appear in the Legend will be the series name.