Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BoxPlotDateTimeValues(DateTime, DateTime, DateTime, DateTime, DateTime) Constructor

In This Article

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public BoxPlotDateTimeValues(
    DateTime min,
    DateTime quartile1,
    DateTime median,
    DateTime quartile3,
    DateTime max
)

#Parameters

Name Type Description
min DateTime

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

quartile1 DateTime

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

median DateTime

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

quartile3 DateTime

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

max DateTime

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

See Also