TdxFcDrawExEventPaintData.DefaultDrawImage Property
In This Article
Specifies whether the default image draw routine is in use.
#Declaration
Delphi
property DefaultDrawImage: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Set this property to False if you need to override the default image routine within the OnDrawObjectEx event handler or hide an image in a complex chart symbol.
The default DefaultDrawImage property value is True.
See Also