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.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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