Skip to main content

SeriesBaseModel.ArgumentDataMember Property

Gets or sets the value of the SeriesBase.ArgumentDataMember within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
String

The name of the argument data member.

See Also