Polygon pen¶
BrowseName: XYChartPolygonPen
SuperType: XY chart pen (XYChartPen)
XY chart object pen. Draws a line whose values represent both dimensions of a two-dimensional matrix variable and links the first and last point drawing a polygon.
Properties¶
Name |
BrowseName |
DataType |
Description |
---|---|---|---|
Point array | PointArray |
Bidimensional array of x, y coordinates that should be drawn by the chart |
|
Fill color | FillColor |
Fill color of the polygon area |
|
Border color | BorderColor |
Color of the polygon border |
|
Thickness | Thickness |
Weight of the pen line |
|
Enabled | Enabled |
Enables/disables the interaction with the user (True = enabled; False = disabled).
(Inherited from XY chart pen)
|