Skip to main content
All docs
V24.2

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

TdxChartSecondaryAxes Class

Stores and manages secondary axis collections.

#Declaration

Delphi
TdxChartSecondaryAxes = class(
    TdxChartOwnedPersistent
)

#Remarks

A secondary axis of arguments or values allows you to complement the main axis of arguments (X-axis) or the main axis of values (Y-axis) with a different scale. For example, secondary axes can be useful if you need to display multiple scales with different measurement units simultaneously.

VCL Chart Control: A Secondary Axis of Values Example

#Main API Members

The list below outlines key members of the TdxChartSecondaryAxes class that allow you to access and manage all secondary axes in an XY diagram.

AxesX | AxesY
Provide access to collections of secondary axes of arguments and values.
Assign
Copies secondary axis collections between XY diagrams.

#Direct TdxChartSecondaryAxes Class Reference

The TdxChartXYDiagram.SecondaryAxes property references a TdxChartSecondaryAxes object.

See Also