Skip to main content

StandardDeviationErrorBarsModel.Multiplier Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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