Properties  Methods 

IPointMarker Interface Members

The following tables list the members exposed by IPointMarker.

Public Properties
 NameDescription
 Property Gets or sets the Fill Color (fill) of the PointMarker.  
 Property Gets or sets the Height of the PointMarker in pixels.  
 PropertyGets the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries which this IPointMarker instance is associated with.  
 Property Gets or sets the Stroke Color (outline) of the PointMarker.  
 Property Gets or sets the StrokeThickness of the PointMarker outline in pixels.  
 Property Gets or sets the Width of the PointMarker in pixels.  
Top
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