Skip to main content

TdxFcObject Class

A chart symbol.

Declaration

TdxFcObject = class(
    TdxFcItem
)

Remarks

Chart symbols are basic building blocks that constitute a diagram. You can create, rearrange and connect blocks.

VCL Flow Chart: A Chart Symbol Example

Main API Members

The list below outlines key members of the TdxFcObject class. You can use these members to configure chart symbol appearance and position chart symbols within the Flow Chart control client area.

AddToUnion | RemoveFromUnion
Allow you to add/remove the chart symbol to/from a group.
AdvancedShape
Allows you to select an available advanced shape for the chart symbol.
BkColor | BorderStyle | EdgeStyle | ShapeColor | ShapeStyle | ShapeType
Specify general chart symbol appearance settings.
BringToFront | SendToBack | PutInFrontOf
Allow you to change the chart symbol’s Z-order.
HorzImagePos | VertImagePos | HorzTextPos | VertTextPos
Specify content positions within the chart symbol area.
Left | Top
Specify the chart symbol’s position within the parent control.
Transparent
Specifies if the chart symbol is transparent.

Direct TdxFcObject Class References

The following public API members reference a TdxFcObject object:

TdxCustomFlowChart.CreateObject
Creates an advanced chart symbol.
TdxCustomFlowChart.GetObjectAt
Returns the chart symbol that contains the specified point.
TdxCustomFlowChart.Objects
Provides indexed access to the chart symbols.
TdxCustomFlowChart.SelectedObject
Specifies a single selected chart symbol.
TdxCustomFlowChart.SelectedObjects
Provides indexed access to the selected chart symbols.

Inheritance

See Also