Skip to main content

ChartElementNamedModel.Name Property

Get or sets the value of the ChartElementNamed.Name within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Misc)]
public string Name { get; set; }

Property Value

Type Description
String

The element name.

See Also