RolloverMarkerTemplate Property
Gets or sets the RolloverMarker ControlTemplate, which defines the Visual to be rendered on the series when the SciChart.Charting.ChartModifiers.RolloverModifier is enabled and the user moves the mouse.
Syntax
[ShouldNotSerialize()]
public ControlTemplate RolloverMarkerTemplate {get; set;}
Remarks
The ControlTemplate is used to template the visuals only for a blank control, creating a new instance per BaseRenderableSeries
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