Skip to content

Latest commit

 

History

History
396 lines (301 loc) · 12 KB

datachart-customizing-markers.adoc

File metadata and controls

396 lines (301 loc) · 12 KB

Customizing Markers

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.

Markers Appearance

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.

xamDataChart RT Marker Types 01

Figure 1: The {DataChartName} control with SplineSeries and Triangle markers.