Skip to main content

BoxPlotNumericValues Members

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

Constructors

Name Description
BoxPlotNumericValues() Creates an instance of the BoxPlotNumericValues class with default settings.
BoxPlotNumericValues(Double, Double, Double, Double, Double, Double, Double[]) Creates an instance of the BoxPlotNumericValues class with the specified settings.
BoxPlotNumericValues(Double, Double, Double, Double, Double, Double) Creates an instance of the BoxPlotNumericValues class with the specified settings.
BoxPlotNumericValues(Double, Double, Double, Double, Double, Double[]) Creates an instance of the BoxPlotNumericValues class with the specified settings.
BoxPlotNumericValues(Double, Double, Double, Double, Double) Creates an instance of the BoxPlotNumericValues class with the specified settings.

Properties

Name Description
Max Returns the Box Plot point’s Max value when the chart y-axis scale type is Numerical.
Mean Returns the Box Plot point’s Mean value when the chart y-axis scale type is Numerical.
Median Returns the Box Plot point’s Median value when the chart y-axis scale type is Numerical.
Min Returns the Box Plot point’s Min value when the chart y-axis scale type is Numerical
Outliers Returns the Box Plot point’s Outliers when the chart y-axis scale type is Numerical.
Quartile1 Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is Numerical.
Quartile3 Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is Numerical.
TypeNameSerializable Gets the string value used to support serialization of the BoxPlotValuesBase type. Inherited from BoxPlotValuesBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValues() Returns the Box Plot point values.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also