TdxFcDrawExEventPaintData.DefaultDrawText Property
In This Article
Specifies whether the default text draw routine is in use.
#Declaration
Delphi
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