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

BoxPlotDateTimeValues.Outliers Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public DateTime[] Outliers { get; set; }

Property Value

Type Description
DateTime[]

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

See Also