Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcObject Class

A chart symbol.

#Declaration

Delphi
TdxFcObject = class(
    TdxFcItem
)

#Remarks

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

The TdxFcObject class provides the following members that allow you to:

The following TdxCustomFlowChart class’ members reference a TdxFcObject object:

#Inheritance

See Also