Members 
DefaultPointMarkerBatchStrategy Class

The DefaultPointMarkerBatchStrategy is a BasePointMarker.PointMarkerBatchStrategy, which draws every point (does not perform clustering or resampling)

This results in lower performance where many markers are drawn to the same location, but can solve problems that occur when SciChart.Charting.Visuals.PaletteProviders.IPointMarkerPaletteProvider is used and certain markers are being excluded because of clustering

Syntax
public sealed class DefaultPointMarkerBatchStrategy : IPointMarkerBatchStrategy  
Inheritance Hierarchy

System.Object
   SciChart.Charting.Visuals.PointMarkers.DefaultPointMarkerBatchStrategy

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