Polygon

StockSharp.Xaml.Charting.Visuals.RenderableSeries.FastBandRenderableSeries

A struct to hold information about a Polygon drawn on a FastBandRenderableSeries

Constructors

Polygon
public Polygon(Point[] points, IBrush2D brush2D)
polygon = Polygon(points, brush2D)

Initializes a new instance of the Polygon struct.

points
The points.
brush2D
The brush2 d.

Properties

Brush
public IBrush2D Brush { get; }
value = polygon.Brush

Gets the brush for filling the polygon

Points
public Point[] Points { get; }
value = polygon.Points

Gets the points that form the outline of the polygon