Members 
LegacyPointMarkerRenderer Class
The LegacyPointMarkerRenderer type is used to draw lines. Uses legacy methods including iterating through points one by one and calculation of paths. This type has been superseded by the new Twister/DirectX direct memory access methods
Syntax
public class LegacyPointMarkerRenderer 
Remarks

This class is marked as a legacy point-marker renderer as it uses the old path for drawing which is sub-optimal

This path is not the default. Where DirectX9 or greater is available, we will be rendering using the new DirectX / TSR classes

Inheritance Hierarchy

System.Object
   SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.LegacyPointMarkerRenderer

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