Back to Devexpress

TdxFcDrawExEventPaintData Class

vcl-dxflchrt-988be474.md

latest1.5 KB
Original Source

TdxFcDrawExEventPaintData Class

Contains an XML-based shape draw routines.

Declaration

delphi
TdxFcDrawExEventPaintData = class(
    TObject
)

Remarks

This class includes the following members that allow you to:

  • Obtain a bounding rectangle of a complex chart symbol or its image (Bounds and ImageBounds);

  • Specify whether the control can use the default draw routines to paint image or text within a complex chart symbol (DefaultDrawText and DefaultDrawImage);

  • Customize appearance settings of a complex chart symbol’s font
    (FontBrush)

  • Scale the chart symbol according to the current zoom level (Scale)

A TdxCustomFlowChart.OnDrawObjectEx event handler accepts a TdxFcDrawExEventPaintData object as the APaintData parameter.

Inheritance

TObject TdxFcDrawExEventPaintData

See Also

TdxFcDrawExEventPaintData Members

dxflchrt Unit