TdxFcDrawExEventPaintData.DefaultDrawImage Property
Specifies whether the default image draw routine is in use.
Declaration
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