VDISoft.SPC.Charts.StdDevSeriesCollection


Public Properties


Name
Description
Chart
Sets the chart that the series is a part of.
Item
Gets and sets an individual series of the collection.
SortType
Gets and sets the SortType of the SeriesCollection that determines how a Series is added.

Public Methods


Name
Description
Add
Add a series to the collection of series.
Clear
Clear the series out of the collection of series.
Clone
Create a clone of the StdDevSeriesCollection.
GetObjectData
This method is called upon the serialization of a StdDevSeriesCollection.
GetSeries
This method is used to get a TSSeries object of the collection.
OnDeserialization
This method is called upon the deserialization of a StdDevSeriesCollection.
RemoveAt
Remove a series out of the collection of series.

Public Events


Name
Description
ChartRuleDoRuleChanged
Occurs when the ChartRule:DoRule of the ChartRule changes.
ChartRuleFailed
Occurs when a ChartRule fails.
ChartRuleFailLengthChanged
Occurs when the ChartRule:FailLength of the ChartRule changes.
ChartRuleLimitLowerChanged
Occurs when the ChartRule:LimitLower of the ChartRule changes.
ChartRuleLimitUpperChanged
Occurs when the ChartRule:LimitUpper of the ChartRule changes.
ChartRuleLowerLimitChanged
Occurs when the ChartRule:LowerLimit of the ChartRule changes.
ChartRuleRunLengthChanged
Occurs when the ChartRule:RunLength of the ChartRule changes.
ChartRuleTypeChanged
Occurs when the ChartRule:Type of the ChartRule changes.
ChartRuleUpperLimitChanged
Occurs when the ChartRule:UpperLimit of the ChartRule changes.
LimitRangeAdded
Occurs when a LimitRange is added to the LimitRanges collection.
LimitRangeCLChanged
Occurs when the LimitRange:CL of a LimitRange changes.
LimitRangeEndCodeChanged
Occurs when the LimitRange:EndCode of a LimitRange changes.
LimitRangeEndDateTimeChanged
Occurs when the LimitRange:EndDateTime of a LimitRange changes.
LimitRangeEndIndexChanged
Occurs when the LimitRange:EndIndex of a LimitRange changes.
LimitRangeLCLChanged
Occurs when the LimitRange:LCL of a LimitRange changes.
LimitRangeLSLChanged
Occurs when the LimitRange:LSL of the LimitRange changes.
LimitRangeNSLChanged
Occurs when the LimitRange:NSL of the LimitRange changes.
LimitRangeRemoved
Occurs when a LimitRange is removed from the LimitRanges collection.
LimitRangesCleared
Occurs when the LimitRange objects of the LimitRanges collection are cleared.
LimitRangeSet
Occurs when a LimitRange of the LimitRanges collection is set.
LimitRangeStartCodeChanged
Occurs when the LimitRange:StartCode of a LimitRange changes.
LimitRangeStartDateTimeChanged
Occurs when the LimitRange:StartDateTime of a LimitRange changes.
LimitRangeStartIndexChanged
Occurs when the LimitRange:StartIndex of a LimitRange changes.
LimitRangeUCLChanged
Occurs when the LimitRange:UCL of a LimitRange changes.
LimitRangeUSLChanged
Occurs when the LimitRange:USL of the LimitRange changes.
NoteAdded
Occurs when a Note is added to the Notes collection.
NoteAuthorChanged
Occurs when the Note:Author of a Note changes.
NoteDateTimeChanged
Occurs when the Note:DateTime of a Note changes.
NoteNameChanged
Occurs when the Note:Name of a Note changes.
NoteRemoved
Occurs when a Note is removed from the Notes collection.
NotesCleared
Occurs when the Note objects of the Notes collection are cleared.
NoteSet
Occurs when a Note of the Notes collection is set.
NoteTextChanged
Occurs when the Note:Text of a Note changes.
StdDevSampleAdded
Occurs when a StdDevSample is added to a StdDevSubgroup.
StdDevSampleCodeChanged
Occurs when the StdDevSample:Code of a StdDevSample changes.
StdDevSampleDateTimeChanged
Occurs when the StdDevSample:DateTime of a StdDevSample changes.
StdDevSampleExcludedChanged
Occurs when the StdDevSample:ExcludeFromCalculation flag of a StdDevSample changes.
StdDevSampleKeyChanged
Occurs when the StdDevSample:Key of a StdDevSample changes.
StdDevSampleRemoved
Occurs when a StdDevSample is removed from a StdDevSubgroup.
StdDevSamplesCleared
Occurs when the StdDevSample objects of a StdDevSubgroup are cleared.
StdDevSampleSet
Occurs when a StdDevSample of a StdDevSubgroup is set.
StdDevSampleValueChanged
Occurs when the StdDevSample:Value of a StdDevSample changes.
StdDevSeriesAdded
Occurs when a StdDevSeries is added to the StdDevSeriesCollection.
StdDevSeriesCleared
Occurs when the StdDevSeries objects of the StdDevSeriesCollection are cleared.
StdDevSeriesRemoved
Occurs when a StdDevSeries is removed from the StdDevSeriesCollection.
StdDevSeriesSet
Occurs when a StdDevSeries of the StdDevSeriesCollection is set.
StdDevSeriesSubgroupSizeChanged
Occurs when the StdDevSeries:SubgroupSize of the StdDevSeries is changed.
StdDevSubgroupAdded
Occurs when a StdDevSubgroup is added to the StdDevSeries.
StdDevSubgroupAverageCalculated
Occurs when the Average of the StdDevSubgroup is calculated.
StdDevSubgroupExcludedChanged
Occurs when the ExcludeFromCalculation flag of the StdDevSubgroup changes.
StdDevSubgroupRangeCalculated
Occurs when the StdDev of the StdDevSubgroup is calculated.
StdDevSubgroupRemoved
Occurs when a StdDevSubgroup is removed from the StdDevSeries.
StdDevSubgroupRMSDevCalculated
Occurs when the RMSDeviation of the StdDevSubgroup is calculated.
StdDevSubgroupsCleared
Occurs when the StdDevSubgroup objects of the StdDevSeries are cleared.
StdDevSubgroupSet
Occurs when a StdDevSubgroup of the StdDevSeries is set.
StdDevSubgroupStdDevCalculated
Occurs when the StandardDeviation of the StdDevSubgroup is calculated.

Protected Methods


Name
Description
AddSeries
Add a series to the collection of StdDev series.
ChartRuleDoRuleChangedListener
A listener for rules of the series.
ChartRuleFailedListener
A listener for rules of the series.
ChartRuleFailLengthChangedListener
A listener for rules of the series.
ChartRuleLimitLowerChangedListener
A listener for rules of the series.
ChartRuleLimitUpperChangedListener
A listener for rules of the series.
ChartRuleLowerLimitChangedListener
A listener for rules of the series.
ChartRuleRunLengthChangedListener
A listener for rules of the series.
ChartRuleTypeChangedListener
A listener for rules of the series.
ChartRuleUpperLimitChangedListener
A listener for rules of the series.
InitializeListeners
Initializes the listeners for the collection.
LimitRangeAddedListener
A listener for events of the limits of the series.
LimitRangeCLChangedListener
A listener for events of the limits of the series.
LimitRangeEndCodeChangedListener
A listener for events of the limits of the series.
LimitRangeEndDateTimeChangedListener
A listener for events of the limits of the series.
LimitRangeEndIndexChangedListener
A listener for events of the limits of the series.
LimitRangeLCLChangedListener
A listener for events of the limits of the series.
LimitRangeLSLChangedListener
A listener for events of the limits of the series.
LimitRangeNSLChangedListener
A listener for events of the limits of the series.
LimitRangeRemovedListener
A listener for events of the limits of the series.
LimitRangesClearedListener
A listener for events of the limits of the series.
LimitRangeSetListener
A listener for events of the limits of the series.
LimitRangeStartCodeChangedListener
A listener for events of the limits of the series.
LimitRangeStartDateTimeChangedListener
A listener for events of the limits of the series.
LimitRangeStartIndexChangedListener
A listener for events of the limits of the series.
LimitRangeUCLChangedListener
A listener for events of the limits of the series.
LimitRangeUSLChangedListener
A listener for events of the limits of the series.
NewSeries
This method returns a series of the appropriate type.
NoteAddedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteAuthorChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteDateTimeChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteNameChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteRemovedListener
Listener for Note:NoteTextChanged events of the Note object.
NotesClearedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteSetListener
Listener for Note:NoteTextChanged events of the Note object.
NoteTextChangedListener
Listener for Note:NoteTextChanged events of the Note object.
StdDevSampleAddedListener
A listener for events of the samples of the subgroups.
StdDevSampleCodeChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleDateTimeChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleExcludedChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleKeyChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleRemovedListener
A listener for events of the samples of the subgroups.
StdDevSamplesClearedListener
A listener for events of the samples of the subgroups.
StdDevSampleSetListener
A listener for events of the samples of the subgroups.
StdDevSampleValueChangedListener
A listener for events of the samples of the subgroups.
StdDevSeriesSubgroupSizeChangedListener
A listener for events of the subgroups of the series.
StdDevSubgroupAddedListener
A listener for events of the subgroups of the series.
StdDevSubgroupAverageCalculatedListener
A listener for events of the subgroups of the series.
StdDevSubgroupExcludedChangedListener
A listener for events of the subgroups of the series.
StdDevSubgroupRangeCalculatedListener
A listener for events of the subgroups of the series.
StdDevSubgroupRemovedListener
A listener for events of the subgroups of the series.
StdDevSubgroupRMSDevCalculatedListener
A listener for events of the subgroups of the series.
StdDevSubgroupsClearedListener
A listener for events of the subgroups of the series.
StdDevSubgroupSetListener
A listener for events of the subgroups of the series.
StdDevSubgroupStdDevCalculatedListener
A listener for events of the subgroups of the series.
UninitializeListeners
Uninitializes the listeners for the collection.