IPointMarker

StockSharp.Xaml.Charting.Visuals.PointMarkers

specifies interface for rendering point markers. a point marker is something which is displayed at data points

Eigenschaften

Fill : Color

Gets or sets the Fill Color (fill) of the PointMarker

Height : double

Gets or sets the Height of the PointMarker in pixels

Stroke : Color

Gets or sets the Stroke Color (outline) of the PointMarker

StrokeThickness : double

Gets or sets the StrokeThickness of the PointMarker outline in pixels

Width : double

Gets or sets the Width of the PointMarker in pixels

Methoden

Begin(IRenderContext2D, IPen2D, IBrush2D)

Called when a batched draw operation is about to begin. All subsequent draw operations will have the same width, height, rendercontext and pen, brush

Draw(IRenderContext2D, IEnumerable<Point>)

Renders the PointMarker on each Point passed in with Fill and Stroke values. Each point is a coordinate in the centre of the PointMarker.

context
The RenderContext to draw too
centers
The collection of Points to render the Point Markers at
End(IRenderContext2D)

Ends a batch draw operation