Version

MarkerBorder Property (DataPoint)

Determines the appearance of the border (a.k.a. outline) of the marker for this data point.
Syntax
public ChartBorder MarkerBorder {get; set;}
Remarks

This property provides a way to customize the marker border for an individual data point in the series.

A value of null implies that the marker border is not explicitly set on this data point, and should inherit the value from it's associated Series.

Use the Series.MarkerBorder property to customize the border for all markers in the series.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also