StandardDeviationErrorBars.Multiplier Property
Gets or sets the multiplier on which the standard deviation value is multiplied before display.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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