VDISoft.Web.Analytics.BoxWhiskSeries


Public Properties


Name
Description
CalculateEstStdDev
Gets and sets the flag indicating if the estimated standard deviation should be calculated.
Count
Gets the number of groups in the series.
CountText
Gets and sets the text for the Count that is used with the statistics box.
EstStdDev
Gets and sets the estimated standard deviation for the series.
EstStdDevText
Gets and sets the text for the EstStdDev that is used with the statistics box.
GrandAverage
Gets the grand average for the series.
GrandAverageText
Gets and sets the text for the GrandAverage that is used with the statistics box.
Item
Gets and sets a group of the series.
LimitRange
Gets the limit range for the series. The types of limit ranges are AverageRange and AverageStdDev.
LimitRangeType
Gets and sets the type of limit range for the series. The options are AverageRange and AverageStdDev.
Maximum
Gets the maximum value for the series.
MaximumCode
Gets the maximum code of the series.
MaximumDateTime
Gets the maximum datetime of the series.
MaximumIndex
Gets the maximum index of the series.
MaximumText
Gets and sets the text for the Maxmimum that is used with the statistics box.
Minimum
Gets the minimum value for the series.
MinimumCode
Gets the minimum code of the series.
MinimumDateTime
Gets the minimum datetime of the series.
MinimumIndex
Gets the minimum index of the series.
MinimumText
Gets and sets the text for the Minimum that is used with the statistics box.
Range
Gets the range (maximum - minimum) for the series.
RangeText
Gets and sets the text for the Range that is used with the statistics box.
ShowCount
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowEstStdDev
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowGrandAverage
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowMaximum
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowMinimum
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowRange
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowStdDev
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
ShowVariance
Gets and sets the flag indicating if the statistic text and value should be shown in the statistics box.
StatisticsAreExpanded
Gets and sets the flag indicating if the statistics should be expanded by default for the statistics box.
StdDev
Gets the standard deviation for the series.
StdDevText
Gets and sets the text for the StdDev that is used with the statistics box.
SubgroupSize
Gets and sets the maximum size of the subgroups. This should be used with SubgroupSizeOptions if wanting to set the value.
SubgroupSizeOptions
Gets and sets the options for setting subgroup size (FixedSize, LargestSubgroupSize, and VariableSize). This should be used with SubgroupSize when type is LargestSubgroupSize.
Variance
Gets the variance for the series.
VarianceText
Gets and sets the text for the Variance that is used with the statistics box.

Public Methods


Name
Description
Add
Add a group to the series.
Add
Add a group to the series.
Calculate
The calculation function of the collection.
Clear
Removes the groups from the collection.
Contains
Determine if the series contains a particular group.
GetGroup
Returns the group at the specified index.
IndexOf
Returns the index of a particular group.
IndexOf
Returns the index of a particular group.
IndexOf
Returns the index of a particular group.
Insert
Inserts a group into the series at the specified index.
MakeExample
This example comes from Understanding Statistical Process Control.
MakeGroups
Create a random set of groups where the size of the set is equal to the argument.
NewGroup
Creates a new group and returns it. This does not add a new group to the series.
Remove
Removes a particular group from the series.
RemoveAt
Removes the group at the specified index from the collection.

Protected Methods


Name
Description
CalculateDeviations
Calculate the deviations for the internal array.