IPointMarker Interface Members
The following tables list the members exposed by IPointMarker.
Public Properties
| Name | Description | |
|---|---|---|
![]() | Fill | Gets or sets the Fill Color (fill) of the PointMarker. |
![]() | Height | Gets or sets the Height of the PointMarker in pixels. |
![]() | RenderableSeries | Gets the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries which this IPointMarker instance is associated with. |
![]() | Stroke | Gets or sets the Stroke Color (outline) of the PointMarker. |
![]() | StrokeThickness | Gets or sets the StrokeThickness of the PointMarker outline in pixels. |
![]() | Width | Gets or sets the Width of the PointMarker in pixels. |
Public Methods
| Name | Description | |
|---|---|---|
![]() | Attach | Called when a IPointMarker instance is attached to an SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. |
![]() | BeginBatch | Called when a batched draw operation is about to begin. All subsequent draw operations will have the same width, height, rendercontext and pen, brush. |
![]() | Detach | Called when a IPointMarker instance is detached from an SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. |
![]() | Draw | Renders 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. |
![]() | EndBatch | Ends a batch draw operation. |
![]() | MoveTo | Called when a batched draw operation is being updated to this x,y position. |
See Also

