ChartShape¶
Summary¶
Represents the Shape chart object. Allows drawing a Rectangle, a Triangle, and an Ellipse on the chart.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Thickness { get; set; } | Gets or sets the line thickness. |
LineStyle { get; set; } | Gets or sets the line style. |
Color { get; set; } | Gets or sets the line color. |
IsFilled { get; set; } | Defines if the shape is filled. |
See Also¶
Last update: January 30, 2023