Back to Devexpress

BoxPlotNumericValues Constructors

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

latest2.2 KB
Original Source

BoxPlotNumericValues Constructors

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

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

See Also

BoxPlotNumericValues Class

BoxPlotNumericValues Members

DevExpress.Xpf.Charts Namespace