Back to Devexpress

StandardDeviationErrorBars.Multiplier Property

corelibraries-devexpress-dot-xtracharts-dot-standarddeviationerrorbars.md

latest1.3 KB
Original Source

StandardDeviationErrorBars.Multiplier Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public double Multiplier { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
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.XtraCharts Namespace