Skip to main content

Series.ValueDataMember Property

Gets or sets the name of the data field that contains the series points' values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[NonTestableProperty]
[XtraSerializableProperty]
public string ValueDataMember { get; set; }

#Property Value

Type Description
String

A String value that specifies the data field name.

#Remarks

Use the ValueDataMember property to specify the bound data source's data field from which the series obtains the values of its points.

The argument data member is defined via the Series.ArgumentDataMember property.

For more information, see Bind a Series to a Data Source.

See Also