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

StandardDeviationErrorBarsModel.Multiplier Property

Gets or sets the value of the StandardDeviationErrorBars.Multiplier within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions("Behavior")]
[LocalizableCategory(DesignerCategories.Behavior)]
public double Multiplier { get; set; }

Property Value

Type Description
Double

The value by which the standard deviation is multiplied before display.

See Also