BoxPlotSeries2D.GetValues(SeriesPoint) Method
In This Article
Returns values of a particular Box Plot series point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public static BoxPlotValuesBase GetValues(
SeriesPoint point
)
#Parameters
Name | Type | Description |
---|---|---|
point | Series |
The series point. |
#Returns
Type | Description |
---|---|
Box |
A Box |
See Also