EllipsePointMarker
StockSharp.Xaml.Charting.Visuals.PointMarkers
Allows a Ellipse to be rendered at each data-point location using the following XAML syntax
Inherits: BasePointMarker
Methods
DrawInternal
protected override void DrawInternal(IRenderContext2D context, IEnumerable<Point> centers, IPen2D pen, IBrush2D brush)
ellipsePointMarker.DrawInternal(context, centers, pen, brush)
When overridden in a derived class, draws the point markers at specified collection of Point centers
- context
- The RenderContext to draw with
- centers
- The Centres of the point markers
- pen
- The default Stroke pen (if current pen is not set)
- brush
- The default Fill brush (if current brush is not set)