Skip to main content

Series.ArgumentDataMember Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

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

#Property Value

Type Description
String

A String value that specifies the data field name.

#Remarks

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

The value data member is defined via the Series.ValueDataMember property.

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

#Implements

DevExpress.Charts.Native.ISeries.ArgumentDataMember
See Also