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

SwiftPlotDiagramSecondaryAxisX() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SwiftPlotDiagramSecondaryAxisX()

Remarks

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

See Also