Skip to main content

TdxFcConnectionArrow Class

The connection‘s start or end point.

Declaration

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