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

StandardDeviationErrorBars.Multiplier Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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