Gets or Sets the state which indicates whether the marker should be shown 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 MarkerEnabled="False" />
</vc:DataSeries.DataPoints>
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting MarkerEnabled property to False in DataSeries/DataPoints:

Members:
|
Member name |
Description |
|
True |
Marker will be shown. |
|
False |
Marker will not be shown. |
Remarks:
Marker is enabled by default for Line charts.