Skip to main content
All docs
V26.1
  • BoxPlotTimeSpanValues.Quartile1 Property

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

    Namespace: DevExpress.Xpf.Charts

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

    Declaration

    public TimeSpan Quartile1 { get; set; }

    Property Value

    Type Description
    TimeSpan

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

    See Also