Skip to main content

SwiftPlotDiagramSecondaryAxisX(String) Constructor

Initializes a new instance of the SwiftPlotDiagramSecondaryAxisX class with the specified name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SwiftPlotDiagramSecondaryAxisX(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the secondary X-axis. This value is assigned to the ChartElementNamed.Name property.

Remarks

The name parameter value must be different from Empty.

Note

Please use this constructor, instead of the default one (without parameters), which is for serialization support only. Objects created with this constructor should be treated with care.

See Also