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

TdxFcConnectionArrow Class

The connection‘s start or end point.

#Declaration

Delphi
TdxFcConnectionArrow = class(
    TPersistent
)

#Remarks

This class implements the customizable anchor point of a connection that attaches it to a chart symbol.

The TdxFcConnectionArrow class provides the following properties that allow you to:

  • Set the anchor point’s dimensions (Height and Width);

  • Change its color and shape (Color and ArrowType);

  • Access the connection to which the arrow belongs (Owner).

The connection’s ArrowSource and ArrowDest properties reference a TdxFcConnenctionArrow object.

#Inheritance

TObject
TPersistent
TdxFcConnectionArrow
See Also