Back to Devexpress

BoxPlotTimeSpanValues Members

wpf-devexpress-dot-xpf-dot-charts-dot-boxplottimespanvalues-dot-underscore-members.md

latest5.6 KB
Original Source

BoxPlotTimeSpanValues Members

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

Constructors

NameDescription
BoxPlotTimeSpanValues()Creates an instance of the BoxPlotTimeSpanValues class with the specified settings.
BoxPlotTimeSpanValues(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan[])Creates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotTimeSpanValues(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan)Creates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotTimeSpanValues(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan[])Creates an instance of the BoxPlotDateTimeValues class with the specified settings.
BoxPlotTimeSpanValues(TimeSpan, TimeSpan, TimeSpan, TimeSpan, TimeSpan)Creates an instance of the BoxPlotDateTimeValues class with the specified settings.

Properties

NameDescription
MaxReturns the Box Plot point’s Max value when the chart y-axis scale type is TimeSpan.
MeanReturns the Box Plot point’s Mean value when the chart y-axis scale type is TimeSpan.
MedianReturns the Box Plot point’s Median value when the chart y-axis scale type is TimeSpan.
MinReturns the Box Plot point’s Min value when the chart y-axis scale type is TimeSpan.
OutliersReturns the Box Plot point’s Outliers when the chart y-axis scale type is TimeSpan.
Quartile1Returns the Box Plot point’s First Quartile value when the chart y-axis scale type is TimeSpan.
Quartile3Returns the Box Plot point’s Third Quartile value when the chart y-axis scale type is TimeSpan.
TypeNameSerializableGets the string value used to support serialization of the BoxPlotValuesBase type. Inherited from BoxPlotValuesBase.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

BoxPlotTimeSpanValues Class

DevExpress.Xpf.Charts Namespace