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

TdxChartSimpleDiagram.OnGetTotalLabelDrawParameters Event

In This Article

Allows you to customize individual total labels in the diagram.

#Declaration

Delphi
property OnGetTotalLabelDrawParameters: TdxChartGetTotalLabelDrawParametersEvent read; write;

#Remarks

The OnGetTotalLabelDrawParameters event occurs every time the simple diagram is about to determine how to draw a total label. You can handle this event to customize individual total series labels depending on certain conditions.

Refer to the TdxChartGetTotalLabelDrawParametersEvent procedural type description for information on parameters accessible in an OnGetTotalLabelDrawParameters event handler.

See Also