TdxCustomFlowChart.OnDrawObjectEx Event
Enables you to custom paint a chart symbol with an XML-based shape.
Declaration
property OnDrawObjectEx: TdxFcDrawExEvent read; write;
Remarks
This event occurs when the control is about to paint a content of a chart symbol whose shape type is fcsAdvanced. Handle the event to override the default paint routines.
Refer to the TdxFcDrawExEvent procedural type description for more information on the available parameters accessible from an OnDrawObjectEx event handler.
See Also