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

BoxPlotTimeSpanValues Properties
Show Inherited Hide Inherited

Contains the Box Plot point values for charts with the time-span y-axis.
Name Description
Max Returns the Box Plot point’s Max value when the chart y-axis scale type is TimeSpan.
Mean Returns the Box Plot point’s Mean value when the chart y-axis scale type is TimeSpan.
Median Returns the Box Plot point’s Median value when the chart y-axis scale type is TimeSpan.
Min Returns the Box Plot point’s Min value when the chart y-axis scale type is TimeSpan.
Outliers Returns the Box Plot point’s Outliers when the chart y-axis scale type is TimeSpan.
Quartile1 Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is TimeSpan.
Quartile3 Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is TimeSpan.
TypeNameSerializable Gets the string value used to support serialization of the BoxPlotValuesBase type. Inherited from BoxPlotValuesBase.
See Also