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

BoxPlotDateTimeValues.Quartile3 Property

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public DateTime Quartile3 { get; set; }

Property Value

Type Description
DateTime

The date-time value that represents the Box Plot point’s Third Quartile value.

See Also