IPointMarker Interface Members
The following tables list the members exposed by IPointMarker.
Public Methods
Name | Description | |
---|---|---|
![]() | getFillStyle | Gets the fill style (fill) of the PointMarker |
![]() | getHeight | Gets the height of the PointMarker in pixels |
![]() | getRenderableSeries | Gets the com.scichart.charting.visuals.renderableSeries.IRenderableSeries which this IPointMarker instance is associated with |
![]() | getStrokeStyle | Gets the stroke style (outline) of the PointMarker |
![]() | getWidth | Gets the width of the PointMarker in pixels |
![]() | onDraw | Renders the PointMarker at specified points with fill and stroke. Each point is a coordinate in the centre of the PointMarker |
![]() | setFillStyle | Sets the fill style (fill) of the PointMarker |
![]() | setHeight | Sets the height of the PointMarker in pixels |
![]() | setSize | Sets the size of the PointMarker in pixels |
![]() | setStrokeStyle | Sets the stroke style (outline) of the PointMarker |
![]() | setWidth | Sets the width of the PointMarker in pixels |
See Also