Skip to main content

DataSourceBasedErrorBarsModel.PositiveErrorDataMember Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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