In the {DataChartName}™ control, most of the Series provide support for various markers. The appearance of markers is managed through the properties of the Chart Series that inherit from MarkerSeries class.
The following table lists all marker appearance properties: MarkerSeries object
Property Name | Property Type | Description |
---|---|---|
MarkerSeries. MarkerType |
Determines type of markers displayed by the current series |
|
MarkerSeries. MarkerBrush |
Brush |
Determines fill color of markers. |
MarkerSeries. MarkerOutline |
Brush |
Determines outline color of markers. |
MarkerSeries. Thickness |
double |
Determines outline thickness of markers. |
The code snippets below demonstrate how to change the marker type in the SplineSeries object. The same logic can be applied to other series that inherit from the MarkerSeries class.
Figure 1: The {DataChartName} control with SplineSeries and Triangle markers.