ChartStaticText¶
Summary¶
Represents the chart static text.
Signature
1 |
|
Namespace¶
cAlgo.API
Examples¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
Properties¶
Color¶
Summary
Gets or sets the chart static text color.
Signature
1 |
|
Return Value
Color
Text¶
Summary
Gets or sets the chart static text content.
Signature
1 |
|
Return Value
string
VerticalAlignment¶
Summary
Gets or sets the chart static text vertical alignment.
Signature
1 |
|
Return Value
VerticalAlignment
HorizontalAlignment¶
Summary
Gets or sets the chart static text horizontal alignment.
Signature
1 |
|
Return Value
HorizontalAlignment
FontSize¶
Summary
Gets or sets the font size of text
Signature
1 |
|
Return Value
double
IsBold¶
Summary
Gets or sets if the text is Bold or not
Signature
1 |
|
Return Value
bool
IsItalic¶
Summary
Gets or sets if the text is Italic or not
Signature
1 |
|
Return Value
bool
IsUnderlined¶
Summary
Gets or sets if the text is Underlined or not
Signature
1 |
|
Return Value
bool
FontFamily¶
Summary
Gets or sets the font style of the text.
Signature
1 |
|
Return Value
string