TdxFcObject.Transparent Property
Specifies the chart symbol’s Z-order.
Declaration
property Transparent: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set this property to True or False to paint the chart symbol prior to or after drawing all chart symbols. The Transparent property has no visual effect if:
The chart symbol has no intersections with connections or the other chart symbols;
The ShapeType property value is fcsNone;
The Visible property is set to False.
See Also