LegendMarkerType

Gets or Sets the legend marker shape corresponding to a DataSeries or DataPoint.

 

Type: MarkerTypes

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 LegendMarkerType="Diamond">

 

</vc:DataSeries>

<vc:DataSeries LegendMarkerType="Triangle">

 

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after applying LegendMarkerType property in DataSeries:

 

 

Remarks:

  1. By default, markers in Legend are specific to chart types.

  2. If LegendMarkerType is set in DataSeries or DataPoint, it will override the default maker shape inside the corresponding legend marker.