Skip to main content

SwiftPlotDiagramSecondaryAxisX() Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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