PointMarkerTemplate Property (BasePointMarker)
Gets or sets the PointMarker ControlTemplate, which defines the point-marker Visual to be rendered on each datapoint of the series
Syntax
public ControlTemplate PointMarkerTemplate {get; set;}
Remarks
The ControlTemplate is used to template the visuals only for a blank control, creating a new instance per SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries. the resulting FrameworkElement is cached to bitmap and drawn on each redraw of the series, so any triggers, mouse interactions on the ControlTemplate will be lost
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also