Skip to main content

SeriesModel.Name Property

Gets or sets the name of the modeled series.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
String

The series name.

See Also