IPointMarker Interface Methods

For a list of all members of this type, see IPointMarker members.

Public Methods
 NameDescription
 MethodCalled when a IPointMarker instance is attached to an SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.  
 Method Called when a batched draw operation is about to begin. All subsequent draw operations will have the same width, height, rendercontext and pen, brush.  
 MethodCalled when a IPointMarker instance is detached from an SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.  
 MethodRenders the PointMarker on each System.Windows.Point passed in with Fill and Stroke values. Each point is a coordinate in the centre of the PointMarker.  
 Method Ends a batch draw operation.  
 Method Called when a batched draw operation is being updated to this x,y position.  
Top
See Also