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

BoxPlotSeries2D.GetValues(SeriesPoint) Method

Returns values of a particular Box Plot series point.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public static BoxPlotValuesBase GetValues(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

The series point.

Returns

Type Description
BoxPlotValuesBase

A BoxPlotValuesBase descendant.

See Also