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

BoxPlotNumericValues.Outliers Property

Returns the Box Plot point’s Outliers when the chart y-axis scale type is Numerical.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public double[] Outliers { get; set; }

Property Value

Type Description
Double[]

An array of numerical values that represents the Box Plot series point outliers.

See Also