Represents a base class for drawing text on a chart.
More...
|
| override string | ToString () |
| | Returns a string representation of the object.
|
| |
|
| int | XOffset [get, set] |
| | Gets or sets the X-axis offset of the text.
|
| |
| string | Tag [get, set] |
| | Gets or sets a tag associated with the text.
|
| |
| string | Text [get, set] |
| | Gets or sets the text to be displayed.
|
| |
| int | Bar [get, set] |
| | Gets or sets the index of the bar where the text is displayed.
|
| |
| int | YOffset [get, set] |
| | Gets or sets the Y-axis offset of the text.
|
| |
| bool | IsAbovePrice [get, set] |
| | Gets or sets a value indicating whether the text is displayed above the price.
|
| |
| Color | Textcolor [get, set] |
| | Gets or sets the color of the text.
|
| |
| Color | Outlinecolor [get, set] |
| | Gets or sets the color of the outline of the text.
|
| |
| Color | FillColor [get, set] |
| | Gets or sets the fill color of the text.
|
| |
| bool | AutoSize [get, set] |
| | Gets or sets a value indicating whether the text size is automatically adjusted.
|
| |
| float | FontSize [get, set] |
| | Gets or sets the font size of the text.
|
| |
| Font | TextFont = new Font("Arial", 9F, FontStyle.Bold, GraphicsUnit.Point, 204) [get, set] |
| | Gets or sets the font used for the text.
|
| |
Represents a base class for drawing text on a chart.
◆ ToString()
| override string ATAS.Indicators.Drawing.BaseDrawingText.ToString |
( |
| ) |
|
Returns a string representation of the object.
- Returns
- A string representation of the object.
◆ AutoSize
| bool ATAS.Indicators.Drawing.BaseDrawingText.AutoSize |
|
getset |
Gets or sets a value indicating whether the text size is automatically adjusted.
◆ Bar
| int ATAS.Indicators.Drawing.BaseDrawingText.Bar |
|
getset |
Gets or sets the index of the bar where the text is displayed.
◆ FillColor
| Color ATAS.Indicators.Drawing.BaseDrawingText.FillColor |
|
getset |
Gets or sets the fill color of the text.
◆ FontSize
| float ATAS.Indicators.Drawing.BaseDrawingText.FontSize |
|
getset |
Gets or sets the font size of the text.
◆ IsAbovePrice
| bool ATAS.Indicators.Drawing.BaseDrawingText.IsAbovePrice |
|
getset |
Gets or sets a value indicating whether the text is displayed above the price.
◆ Outlinecolor
| Color ATAS.Indicators.Drawing.BaseDrawingText.Outlinecolor |
|
getset |
Gets or sets the color of the outline of the text.
◆ Tag
| string ATAS.Indicators.Drawing.BaseDrawingText.Tag |
|
getset |
Gets or sets a tag associated with the text.
◆ Text
| string ATAS.Indicators.Drawing.BaseDrawingText.Text |
|
getset |
Gets or sets the text to be displayed.
◆ Textcolor
| Color ATAS.Indicators.Drawing.BaseDrawingText.Textcolor |
|
getset |
Gets or sets the color of the text.
◆ TextFont
| Font ATAS.Indicators.Drawing.BaseDrawingText.TextFont = new Font("Arial", 9F, FontStyle.Bold, GraphicsUnit.Point, 204) |
|
getset |
Gets or sets the font used for the text.
◆ XOffset
| int ATAS.Indicators.Drawing.BaseDrawingText.XOffset |
|
getset |
Gets or sets the X-axis offset of the text.
◆ YOffset
| int ATAS.Indicators.Drawing.BaseDrawingText.YOffset |
|
getset |
Gets or sets the Y-axis offset of the text.
The documentation for this class was generated from the following file: