Back to Devexpress

ChartElementNamed.Name Property

corelibraries-devexpress-dot-xtracharts-dot-chartelementnamed.md

latest1.2 KB
Original Source

ChartElementNamed.Name Property

Gets or sets the name of the chart element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Misc)>
Public Property Name As String

Property Value

TypeDescription
String

A String value representing the name of the chart element.

|

See Also

ChartElementNamed Class

ChartElementNamed Members

DevExpress.XtraCharts Namespace