ChartText
Summary
Represents the Text chart object. Allows place the text anywhere on the chart, bound to the chart.
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 22 23 24 25 26 27 28 29 30 31 32 33 34 | |
See Also
Properties
Time
Summary
Gets or sets the Time line value.
Signature
1 | |
Return Value
DateTime
Y
Summary
Gets or sets the Y-axis value.
Signature
1 | |
Return Value
double
Color
Summary
Gets or sets the text color.
Signature
1 | |
Return Value
Color
Text
Summary
Gets or sets the text content.
Signature
1 | |
Return Value
string
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
VerticalAlignment
Summary
Gets or sets the vertical alignment of the text regarding the anchor point.
Signature
1 | |
Return Value
VerticalAlignment
HorizontalAlignment
Summary
Gets or sets the horizontal alignment of the text regarding the anchor point.
Signature
1 | |
Return Value
HorizontalAlignment
FontFamily
Summary
Gets or sets the font style of the text.
Signature
1 | |
Return Value
string