Skip to main content
All docs
V25.1
  • BoxPlotTimeSpanValues(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan[]) Constructor

    Creates an instance of the BoxPlotDateTimeValues class with the specified settings.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public BoxPlotTimeSpanValues(
        TimeSpan min,
        TimeSpan quartile1,
        TimeSpan median,
        TimeSpan quartile3,
        TimeSpan max,
        TimeSpan[] outliers
    )

    Parameters

    Name Type Description
    min TimeSpan

    The time-span value that represents the Box Plot point’s Min value.

    quartile1 TimeSpan

    The time-span value that represents the Box Plot point’s First Quartile value.

    median TimeSpan

    The time-span value that represents the Box Plot point’s Median value.

    quartile3 TimeSpan

    The time-span value that represents the Box Plot point’s Third Quartile value.

    max TimeSpan

    The time-span value that represents the Box Plot point’s Max value.

    outliers TimeSpan[]

    An array of time-span values that represents the Box Plot point’s Outliers.

    See Also