A newer version of this page is available.
Switch to the current version.
Series.Name Property
Gets or sets the name of the series.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Misc)]
public string Name { get; set; }
<XtraSerializableProperty>
<XtraChartsLocalizableCategory(XtraChartsCategory.Misc)>
Public Property Name As String
Property Value
Type | Description |
---|---|
String | A String value representing the name of the series. |
Remarks
NOTE
This property value is dependent on localization. That can be important, for instance, for the ChartControl.GetSeriesByName method.
Implements
DevExpress.Charts.Native.ISeries.Name
See Also
Feedback