TdxFcConnection Properties
A connection between chart symbols.| Name | Description |
|---|---|
| ArrowDest | Provides access to the destination arrow appearance settings. |
| ArrowSource | Provides access to the source arrow appearance settings. |
| Color | Specifies the connection’s color. |
| Data | Points to any arbitrary data, associated with the chart symbol or connection. Inherited from TdxFcItem. |
| Destroying | Identifies whether the item is about to be destroyed. Inherited from TdxFcItem. |
| Font | Specifies font settings for the chart item. Inherited from TdxFcItem. |
| ObjectDest | Returns the connection’s destination chart symbol. |
| ObjectSource | Returns the connection’s source chart symbol. |
| Owner | Provides access to the flow chart control to which the current chart symbol or connection belongs. Inherited from TdxFcItem. |
| ParentFont | Specifies if the chart symbol or connection updates the font settings from the control. Inherited from TdxFcItem. |
| PenStyle | Specifies the connection’s drawing style. |
| PenWidth | Specifies the connection width, in pixels. |
| PointCount | Returns the total intermediate points count. |
| PointDest | Returns the connection’s destination point. |
| Points | Provides indexed access to the connection’s intermediate points. |
| PointSource | Returns the connection’s source point. |
| Selected | Specifies the item selection. Inherited from TdxFcItem. |
| Style | Specifies the connection’s line style. |
| Text | Specifies a text string that chart symbol or connection can display. Inherited from TdxFcItem. |
| Transparent | Specifies the connection’s drawn Z-order. |
| Visible | Specifies the connection’s visibility. |
See Also