Skip to main content
All docs
V25.1
  • TdxChartCustomAxisX.OnCompareValues Event

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

    Declaration

    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