Decides whether to include DataPoints as Legend entries when there are multiple DataSeries in chart. In single-series chart if IncludeDataPointsInLegend is set to false, Legend will show entry from DataSeries instead of DataPoints.
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 IncludeDataPointsInLegend="True">
.
.
.
</vc:DataSeries>
<vc:DataSeries IncludeDataPointsInLegend="True">
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting IncludeDataPointsInLegend property in DataSeries.
