Skip to main content

BoxPlotNumericValues.Quartile3 Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public double Quartile3 { get; set; }

Property Value

Type Description
Double

The numeric value that represents the Box Plot point’s Third Quartile value.

See Also