VDISoft.SPC.Charts.MovAvgSeriesCollection


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 MovAvgSeriesCollection.
GetObjectData
This method is called upon the serialization of a MovAvgSeriesCollection.
GetSeries
This method is used to get a TSSeries object of the collection.
OnDeserialization
This method is called upon the deserialization of a MovAvgSeriesCollection.
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.
MovAvgSampleAdded
Occurs when a MovAvgSample is added to a MovAvgSeries.
MovAvgSampleCodeChanged
Occurs when the MovAvgSample:Code of a MovAvgSample changes.
MovAvgSampleDateTimeChanged
Occurs when the MovAvgSample:DateTime of a MovAvgSample changes.
MovAvgSampleExcludedChanged
Occurs when the MovAvgSample:ExcludeFromCalculation flag of a MovAvgSample changes.
MovAvgSampleKeyChanged
Occurs when the MovAvgSample:Key of a MovAvgSample changes.
MovAvgSampleRemoved
Occurs when a MovAvgSample is removed from a MovAvgSeries.
MovAvgSamplesCleared
Occurs when the MovAvgSample objects of a MovAvgSeries are cleared.
MovAvgSampleSet
Occurs when a MovAvgSample of a MovAvgSeries is set.
MovAvgSampleValueChanged
Occurs when the MovAvgSample:Value of a MovAvgSample changes.
MovAvgSeriesAdded
Occurs when a MovAvgSeries is added to the MovAvgSeriesCollection.
MovAvgSeriesCleared
Occurs when the MovAvgSeries objects of the MovAvgSeriesCollection are cleared.
MovAvgSeriesRemoved
Occurs when a MovAvgSeries is removed from the MovAvgSeriesCollection.
MovAvgSeriesSet
Occurs when a MovAvgSeries of the MovAvgSeriesCollection is set.
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.

Protected Methods


Name
Description
AddSeries
Add a series to the collection of moving average 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.
MovAvgSampleAddedListener
A listener for events of the samples of the series.
MovAvgSampleCodeChangedListener
A listener for events of the samples of the series.
MovAvgSampleDateTimeChangedListener
A listener for events of the samples of the series.
MovAvgSampleExcludedChangedListener
A listener for events of the samples of the series.
MovAvgSampleKeyChangedListener
A listener for events of the samples of the series.
MovAvgSampleRemovedListener
A listener for events of the samples of the series.
MovAvgSamplesClearedListener
A listener for events of the samples of the series.
MovAvgSampleSetListener
A listener for events of the samples of the series.
MovAvgSampleValueChangedListener
A listener for events of the samples 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.
UninitializeListeners
Uninitializes the listeners for the collection.