Skip to main content

SeriesTemplateModel.SeriesDataMember Property

Gets or sets the SeriesTemplate.SeriesDataMember property value within the model.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public string SeriesDataMember { get; set; }

Property Value

Type Description
String

The name of the data member whose values identify series.

See Also