Back to Devexpress

TdxFcObject Methods

vcl-dxflchrt-dot-tdxfcobject-dot-underscore-methods.md

latest4.3 KB
Original Source

TdxFcObject Methods

A chart symbol.

NameDescription
AddToUnion(TdxFcObject)Adds a specific chart symbol to the union.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BringToFrontMoves the chart symbol to the top object layer in the control‘s client area.
ClearUnionDestroys the chart symbol’s union.
Equals(TObject)Inherited from TObject.
GetHashCodeInherited from TObject.
GetLinkedPoint(Integer,Integer)Returns an ID of the chart symbol’s anchor point that is nearest to the specified position.
GetNamePathInherited from TPersistent.
GetOwnerInherited 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)
MakeVisibleShow 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.
SelectUnionSelects the current chart symbol and all its descendants.
SendToBackMoves 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.
ToStringInherited from TObject.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit