TdxFcConnection.Transparent Property
Specifies the connection’s drawn Z-order.
Declaration
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