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

ChartElementNamedModel.Name Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
String

The element name.

See Also