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

SeriesBaseModel.ValueDataMembers Property

Gets or sets the SeriesBase.ValueDataMembers property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.1.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[LocalizableCategory(DesignerCategories.Data)]
public ValueDataMembersModel ValueDataMembers { get; }

Property Value

Type Description
ValueDataMembersModel

A collection that contains names of data fields providing series point values.

See Also