Skip to main content
All docs
V25.1
  • BoxPlotSeries2D.GetValues(SeriesPoint) Method

    Returns values of a particular Box Plot series point.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: 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