Skip to main content
All docs
V25.1
  • BoxPlotTimeSpanValues.Quartile3 Property

    Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is TimeSpan.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public TimeSpan Quartile3 { get; set; }

    Property Value

    Type Description
    TimeSpan

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

    See Also