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

SwiftPlotDiagramSecondaryAxisY() Constructor

Initializes a new instance of the SwiftPlotDiagramSecondaryAxisY class with the default settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SwiftPlotDiagramSecondaryAxisY()

Remarks

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

See Also