Skip to main content

XYDiagramDefaultPaneModel.Name Property

Gets or sets the name of the modeled default pane.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[Browsable(false)]
public string Name { get; set; }

Property Value

Type Description
String

The pane name.

See Also