Back to Devexpress

TdxFcObject.Transparent Property

vcl-dxflchrt-dot-tdxfcobject-3c0aeeba.md

latest945 B
Original Source

TdxFcObject.Transparent Property

Specifies the chart symbol’s Z-order.

Declaration

delphi
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

TdxFcObject.BkColor

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit