Back to Devexpress

StandardDeviationErrorBars.Multiplier Property

wpf-devexpress-dot-xpf-dot-charts-dot-standarddeviationerrorbars.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double Multiplier { get; set; }
vb
Public Property Multiplier As Double

Property Value

TypeDescription
Double

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

|

See Also

StandardDeviationErrorBars Class

StandardDeviationErrorBars Members

DevExpress.Xpf.Charts Namespace