Click or drag to resize
NChartAreaSeriesMarker Property
Marker that is shown on the points. This is null by default (no marker is displayed).

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartMarker Marker { get; set; }

Property Value

Type: NChartMarker

Implements

INChartAreaSeriesMarker
See Also