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

TdxChartCustomAxisX.OnCompareValues Event

In This Article

Allows you to set any series point order along the axis of arguments.

#Declaration

Delphi
property OnCompareValues: TdxChartAxisCompareStringValuesEvent read; write;

#Remarks

The OnCompareValues event occurs every time the Chart control compares two argument values on the axis during a sort operation.

Refer to the TdxChartAxisCompareStringValuesEvent procedural type description for information on parameters accessible within an OnCompareValues event handler.

See Also