SquarePointMarker
StockSharp.Xaml.Charting.Visuals.PointMarkers
Allows a Square to be rendered at each data-point location using the following XAML syntax
継承元: BasePointMarker
メソッド
DrawInternal(IRenderContext2D, IEnumerable<Point>, IPen2D, IBrush2D)
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)