ChartStaticText¶
Summary¶
Represents the chart static text.
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Color { get; set; } | Gets or sets the chart static text color. |
Text { get; set; } | Gets or sets the chart static text content. |
VerticalAlignment { get; set; } | Gets or sets the chart static text vertical alignment. |
HorizontalAlignment { get; set; } | Gets or sets the chart static text horizontal alignment. |
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
Last update: June 26, 2022