Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartObject.SecondaryAxes Property

Provides access to a collection of secondary axes.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

AxisCollection SecondaryAxes { get; }

Property Value

Type Description
AxisCollection

An AxisCollection object that contains secondary axes.

Remarks

Not all chart types can have secondary axes. A chart may have only one group of secondary axes (a group consists of a category and a value axes).

To create a secondary axes group for a specific series, set the Series.AxisGroup property to the AxisGroup.Secondary value.

See Also