Skip to main content

XYDiagramPane(String) Constructor

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public XYDiagramPane(
    string name
)

Parameters

Name Type Description
name String

A String that specifies the name of the pane. 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