Skip to main content

SecondaryAxisX(String) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SecondaryAxisX(
    string name
)

Parameters

Name Type Description
name String

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

Remarks

The name parameter value must be different from Empty.

Note

Please do not use the default (without parameters) constructor. It is for serialization support only. Objects created with this constructor should be treated with care.

See Also