TdxFcObject Methods
A chart symbol.| Name | Description |
|---|---|
| AddToUnion(TdxFcObject) | Adds a specific chart symbol to the union. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BringToFront | Moves the chart symbol to the top object layer in the control‘s client area. |
| ClearUnion | Destroys the chart symbol’s union. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetLinkedPoint(Integer,Integer) | Returns an ID of the chart symbol’s anchor point that is nearest to the specified position. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| GetSelPoint(Integer,Integer) | Returns an ID of the chart symbol’s sizing handle that is nearest to the specified position. |
| HasInUnion(TdxFcObject) | Identifies whether the specified chart symbol is associated with the current one. |
| HitTest(TPoint) | Returns the HitTest information about a specific point within the chart symbol. |
| InRect(TRect) | Indicates if any part of a specified rectangle is in the chart symbol’s client area. |
| IsPointInsideShape(TPoint) | |
| MakeVisible | Show the chart symbol within the control‘s client area. |
| PaintImage(TRect) | Paint an image associated with the chart symbol. |
| PaintText(TRect) | Paint the chart symbol’s text. |
| PutInFrontOf(TdxFcObject) | Displays the current chart symbol on top of a specific chart symbol. |
| RemoveFromUnion(TdxFcObject) | Removes a specific chart symbol from the union. |
| SelectUnion | Selects the current chart symbol and all its descendants. |
| SendToBack | Moves the chart symbol to the bottom object layer in the control‘s client area. |
| SetBounds(Integer,Integer,Integer,Integer) | Specifies the position and dimensions of the chart symbol. |
| SetBounds(TRect) | Specifies the position and dimensions of the chart symbol. |
| ToString | Inherited from TObject. |
See Also