Back to Devexpress

TdxFcConnection.Transparent Property

vcl-dxflchrt-dot-tdxfcconnection-29f80a88.md

latest928 B
Original Source

TdxFcConnection.Transparent Property

Specifies the connection’s drawn Z-order.

Declaration

delphi
property Transparent: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to True or False to paint the connection prior to or after drawing all chart symbols. The Transparent property has no visual effect if:

  • The connection has no intersections with chart symbols or the other connections;

  • The connection intersects with a chart symbol whose Transparent property is set to True ;

  • The Visible property is set to False.

See Also

TdxFcConnection Class

TdxFcConnection Members

dxflchrt Unit