Skip to main content

StandardDeviationErrorBars.Multiplier Property

Gets or sets the multiplier on which the standard deviation value is multiplied before display.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public double Multiplier { get; set; }

Property Value

Type Description
Double

A Double value specifying the multiplier. Values less than 0 are not allowed.

See Also