Back to Devexpress

TdxChartCustomSecondaryAxisCollectionItem Class

vcl-dxchartxydiagram-53b6f12b.md

latest3.9 KB
Original Source

TdxChartCustomSecondaryAxisCollectionItem Class

The base class for all secondary axis collection members.

Declaration

delphi
TdxChartCustomSecondaryAxisCollectionItem = class(
    TcxInterfacedCollectionItem
)

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 measurement units simultaneously.

Main API Members

The list below outlines key members of the TdxChartCustomSecondaryAxisCollectionItem class that allow you to configure a secondary axis.

Appearance and Behavior

AppearanceAllows you to customize general appearance settings.MinorCountSpecifies the number of minor tick marks between every two major tick marks.TicksProvides access to all appearance settings of major and minor axis tick marks.TitleSpecifies a title for the secondary axis and allows you to change title appearance and position.ValueLabelsAllows you to display and customize axis value labels.

Diagram-Related Settings

GridlinesAllows you to display and customize axis grid lines.InterlacedSpecifies if the axis highlights all interlaced diagram areas bound by major tick marks.Logarithmic | LogarithmicBaseAllow you to enable a logarithmic scale for the numeric axis and adjust the scale’s logarithmic base.NumericScaleOptions | RangeAdjust the numeric value range of the axis.ReverseSpecifies if the axis scale direction is reversed.

General-Purpose API Members

AssignCopies compatible settings between secondary chart axes.

Terminal TdxChartSecondaryCustomAxisCollectionItem Class Descendants

Do not use the TdxChartSecondaryCustomAxisCollectionItem class directly. Use the following descendants instead:

TdxChartSecondaryAxisXCollectionItemA secondary axis of arguments in a collection of X-axes.TdxChartSecondaryAxisYCollectionItemA secondary axis of values in a collection of Y-axes.

Inheritance

TObject TPersistent TCollectionItem TcxInterfacedCollectionItem TdxChartCustomSecondaryAxisCollectionItem

See Also

TdxChartSecondaryAxisX Class

TdxChartSecondaryAxisY Class

TdxChartCustomSecondaryAxisCollectionItem Members

dxChartXYDiagram Unit