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

BoxPlotTimeSpanValues.Outliers Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public TimeSpan[] Outliers { get; set; }

Property Value

Type Description
TimeSpan[]

An array of time-span values that represents the Box Plot series point outliers.

See Also