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

BoxPlotNumericValues.Max Property

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

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public double Max { get; set; }

Property Value

Type Description
Double

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

See Also