Namespace com.scichart.charting.visuals.pointmarkers
Classes
BasePointMarker
Base class for the PointMarkers, which are small markers drawn once per data point on a IRenderableSeries See Also: SquarePointMarker, DrawablePointMarker, TrianglePointMarker, SpritePointMarker, EllipsePointMarker, CrossPointMarker
CrossPointMarker
Allows a Cross to be rendered at each data point location See Also: BasePointMarker, SpritePointMarker
DrawablePointMarker
Allows any custom drawing to be rendered via IRenderContext2D API at each data point location. Derived classes should implement #internalDraw(IRenderContext2D, float, float, IPen2D, IBrush2D) which draws PointMarker at specified point. See Also: BasePointMarker
EllipsePointMarker
Allows an Ellipse to be rendered at each data point location See Also: BasePointMarker, SpritePointMarker
SpritePointMarker
Allows any custom drawing to be rendered as a Sprite (bitmap) at each data point location. Derived classes should provide ISpritePointMarkerDrawer implementation to specify desired drawing. See Also: SquarePointMarker, TrianglePointMarker, BasePointMarker, EllipsePointMarker, CrossPointMarker
SquarePointMarker
Allows a Square to be rendered at each data point location See Also: BasePointMarker, SpritePointMarker
TrianglePointMarker
Allows a Triangle to be rendered at each data point location See Also: BasePointMarker, SpritePointMarker
Interfaces
IPointMarker
Specifies interface for rendering point markers. A point marker is something which is displayed at data points
SpritePointMarker.ISpritePointMarkerDrawer
Interface which provides callback for drawing content of SpritePointMarker