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

    Returns values of a particular Box Plot series point.

    Namespace: DevExpress.Xpf.Charts

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

    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