Back to Devexpress

BoxPlotDateTimeValues Constructors

wpf-devexpress-dot-xpf-dot-charts-dot-boxplotdatetimevalues-dot-ctor.md

latest2.3 KB
Original Source

BoxPlotDateTimeValues Constructors

Contains the Box Plot point values for charts with the date-time y-axis.

NameParametersDescription
BoxPlotDateTimeValues()noneCreates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotDateTimeValues(DateTime, DateTime, DateTime, DateTime, DateTime, DateTime, DateTime[])min, quartile1, median, quartile3, max, mean, outliersCreates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotDateTimeValues(DateTime, DateTime, DateTime, DateTime, DateTime, DateTime)min, quartile1, median, quartile3, max, meanCreates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotDateTimeValues(DateTime, DateTime, DateTime, DateTime, DateTime, DateTime[])min, quartile1, median, quartile3, max, outliersCreates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotDateTimeValues(DateTime, DateTime, DateTime, DateTime, DateTime)min, quartile1, median, quartile3, maxCreates an instance of the BoxPlotDateTimeValues class with the specified settings.

See Also

BoxPlotDateTimeValues Class

BoxPlotDateTimeValues Members

DevExpress.Xpf.Charts Namespace