Members 
ClusteredPointMarkerBatchStrategy Class

The ClusteredPointMarkerBatchStrategy is the default BasePointMarker.PointMarkerBatchStrategy, which clusters points and does not draw points to the same X,Y index.

This greatly improves performance in the case where many markers are drawn to the same location, but can introduce visual anomalies e.g. when changing color of the PointMarker frequently, or drawing markers of different size at each point

Syntax
public sealed class ClusteredPointMarkerBatchStrategy : IPointMarkerBatchStrategy  
Inheritance Hierarchy

System.Object
   SciChart.Charting.Visuals.PointMarkers.ClusteredPointMarkerBatchStrategy

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