Skip to main content
A newer version of this page is available. .

SecondaryAxisY() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

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