Back to Devexpress

BoxPlotTimeSpanValues Constructors

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

latest2.3 KB
Original Source

BoxPlotTimeSpanValues Constructors

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

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

See Also

BoxPlotTimeSpanValues Class

BoxPlotTimeSpanValues Members

DevExpress.Xpf.Charts Namespace