Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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