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

SwiftPlotDiagramSecondaryAxisY(String) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SwiftPlotDiagramSecondaryAxisY(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the secondary Y-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