BoxPlotSeries2D.GetValues(SeriesPoint) Method
Returns values of a particular Box Plot series point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | SeriesPoint | The series point. |
Returns
Type | Description |
---|---|
BoxPlotValuesBase | A BoxPlotValuesBase descendant. |
See Also