Skip to main content

ChartSecondaryAxisY Class

The chart’s secondary Y-axis.

#Declaration

TypeScript
export class ChartSecondaryAxisY extends ChartAxisY

#Remarks

The ChartSecondaryAxisY class represents a secondary Y-axis displayed in a chart dashboard item.

wdd-chart-secondary-y-axis

Set the ChartSeries.plotOnSecondaryAxis series’ property to true to use a secondary Y-axis for this series.

#Inheritance

#constructor

Initializes a new instance of the ChartSecondaryAxisY class.

#Declaration

TypeScript
constructor(
    JSON?: any,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

#Parameters

Name Type Description
JSON any

A JSON object used for dashboard deserialization. Do not pass this parameter directly.

serializer ModelSerializer

An object used for dashboard deserialization. Do not pass this parameter directly.

#Methods

#getInfo Method

For internal use.

#Declaration

TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray

#Returns

Type Description
ISerializationInfoArray

An array of objects that provide serialization info.