Back to Devexpress

TdxFcObject Members

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

latest10.5 KB
Original Source

TdxFcObject Members

A chart symbol.

Constructors

NameDescription
Create(TdxCustomFlowChart)Creates the TdxFcObject class instance.

Properties

NameDescription
AdvancedShapeSpecifies an XML-based shape for the chart symbol.
AngleSpecifies a rotation angle (in degrees) for an XML-based shape.
BkColorSpecifies the chart symbol background color.
BorderStyleSpecifies the border style for the rectangular chart symbol.
Bounds
ConnectionCountReturns the total count of the connections which belong to the current chart symbol.
ConnectionsProvides indexed access to all the connections between thecontrol‘s chart symbols.
CustomDataSpecifies the text string associated with the current chart symbol.
DataPoints to any arbitrary data, associated with the chart symbol or connection. Inherited from TdxFcItem.
DestroyingIdentifies whether the item is about to be destroyed. Inherited from TdxFcItem.
EdgeStyleSpecifies the border style for the rectangular chart symbol.
FontSpecifies font settings for the chart item. Inherited from TdxFcItem.
HeightSpecifies the chart symbol height, in pixels.
HorzImagePosSpecifies picture’s relative horizontal alignment within the chart symbol’s client area.
HorzTextPosSpecifies the text‘s relative horizontal alignment within the chart symbol’s client area.
ImageIndexSpecifies an image displayed within the chart symbol.
IsUnionIdentifies if the current chart symbol has an anchored chart symbol.
LeftSpecifies the chart symbol’s horizontal pixel position within the control‘s client area.
LinkedObjectCountReturns the total count of the connections between the current chart symbol and the others.
LinkedObjectsStores the references to the chart symbols attached to the current chart symbol by the connection.
ObjectCountReturns the number of the current chart symbol’s immediate descendants.
ObjectsProvides indexed access to the current chart symbol’s descendants.
OwnerProvides access to the flow chart control to which the current chart symbol or connection belongs. Inherited from TdxFcItem.
ParentFontSpecifies if the chart symbol or connection updates the font settings from the control. Inherited from TdxFcItem.
RealHeightReturns the chart symbol’s on-screen height, in pixels.
RealLeftIdentifies the chart symbol’s horizontal pixel position within the control‘s client area.
RealTopIdentifies the chart symbol’s vertical pixel position within the control‘s client area.
RealWidthReturns the chart symbol’s on-screen width, in pixels.
SelectedSpecifies the item selection. Inherited from TdxFcItem.
ShapeColorSets the chart symbol shape color.
ShapeStyleSpecifies the chart symbol shape outline drawing style.
ShapeTypeSets the chart symbol shape type.
ShapeWidthSpecifies the chart symbol line width, in pixels.
TagSpecifies the chart symbol’s ID.
TextSpecifies a text string that chart symbol or connection can display. Inherited from TdxFcItem.
TopSpecifies the chart symbol’s vertical pixel position within the control‘s client area.
TransparentSpecifies the chart symbol’s Z-order.
VertImagePosSpecifies picture’s relative vertical alignment within the chart symbol’s client area.
VertTextPosSpecifies text‘s relative vertical alignment within the chart symbol’s client area.
VisibleSpecifies the chart symbol’s visibility.
WidthSpecifies the chart symbol width, in pixels.
ZOrderSpecifies the chart symbol’s position relative to the other chart symbols.

Methods

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

dxflchrt Unit