Interface | Description |
---|---|
IPointMarker |
Specifies interface for rendering point markers.
|
SpritePointMarker.ISpritePointMarkerDrawer |
Interface which provides callback for drawing content of
SpritePointMarker |
Class | Description |
---|---|
BasePointMarker |
Base class for the PointMarkers, which are small markers drawn once per data point on a
IRenderableSeries |
CrossPointMarker |
Allows a Cross to be rendered at each data point location
|
DrawablePointMarker |
Allows any custom drawing to be rendered via
IRenderContext2D API at each data point location. |
EllipsePointMarker |
Allows an Ellipse to be rendered at each data point location
|
SpritePointMarker |
Allows any custom drawing to be rendered as a Sprite (bitmap) at each data point location.
|
SquarePointMarker |
Allows a Square to be rendered at each data point location
|
TrianglePointMarker |
Allows a Triangle to be rendered at each data point location
|