Skip to main content

TdxFcDrawExEventPaintData.DefaultDrawText Property

Specifies whether the default text draw routine is in use.

Declaration

property DefaultDrawText: Boolean read; write;

Property Value

Type
Boolean

Remarks

Set this property to False if you need to override the default text routine within the OnDrawObjectEx event handler or hide text in a complex chart symbol.

The default DefaultDrawText property value is True.

See Also