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

DataSourceBasedErrorBarsModel.PositiveErrorDataMember Property

Gets or sets the value of the DataSourceBasedErrorBars.PositiveErrorDataMember within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
String

The name of the data member storing the positive error values.

See Also