Skip to main content

SecondaryAxisY() Constructor

Initializes a new instance of the SecondaryAxisY class with the default settings. Do not use it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SecondaryAxisY()

Remarks

This constructor is intended for serialization purposes only; you can’t use it in your code. Instead, you need to call the overloaded SecondaryAxisY constructor with the name parameter, which assigns the specified string value to the ChartElementNamed.Name property of the new SecondaryAxisY class instance.

See Also