VDISoft.SPC.Charts.ParetoSeriesCollection


Public Properties


Name
Description
Chart
Sets the chart that the series collection is a part of.
Item
Gets and sets an individual series of the collection.

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 ParetoSeriesCollection.
GetObjectData
This method is called upon the serialization of a ParetoSeriesCollection.
OnDeserialization
This method is called upon the deserialization of a ParetoSeriesCollection.
RemoveAt
Remove a series out of the collection of series.

Public Events


Name
Description
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.
ParetoGroupAdded
Occurs when a ParetoGroup is added to the ParetoSeries.
ParetoGroupAverageCalculated
Occurs when the Average of the ParetoGroup is calculated.
ParetoGroupExcludedChanged
Occurs when the ExcludeFromCalculation flag of the ParetoGroup changes.
ParetoGroupRangeCalculated
Occurs when the Range of the ParetoGroup is calculated.
ParetoGroupRemoved
Occurs when a ParetoGroup is removed from the ParetoSeries.
ParetoGroupRMSDevCalculated
Occurs when the RMSDeviation of the ParetoGroup is calculated.
ParetoGroupsCleared
Occurs when the ParetoGroup objects of the ParetoSeries are cleared.
ParetoGroupSet
Occurs when a ParetoGroup of the ParetoSeries is set.
ParetoGroupStdDevCalculated
Occurs when the StandardDeviation of the ParetoGroup is calculated.
ParetoSampleAdded
Occurs when a ParetoSample is added to a ParetoGroup.
ParetoSampleCodeChanged
Occurs when the ParetoSample:Code of a ParetoSample changes.
ParetoSampleDateTimeChanged
Occurs when the ParetoSample:DateTime of a ParetoSample changes.
ParetoSampleExcludedChanged
Occurs when the ParetoSample:ExcludeFromCalculation flag of a ParetoSample changes.
ParetoSampleKeyChanged
Occurs when the ParetoSample:Key of a ParetoSample changes.
ParetoSampleRemoved
Occurs when a ParetoSample is removed from a ParetoGroup.
ParetoSamplesCleared
Occurs when the ParetoSample objects of a ParetoGroup are cleared.
ParetoSampleSet
Occurs when a ParetoSample of a ParetoGroup is set.
ParetoSampleValueChanged
Occurs when the ParetoSample:Value of a ParetoSample changes.
ParetoSeriesAdded
Occurs when a ParetoSeries is added to the ParetoSeriesCollection.
ParetoSeriesCleared
Occurs when the ParetoSeries objects of the ParetoSeriesCollection are cleared.
ParetoSeriesRemoved
Occurs when a ParetoSeries is removed from the ParetoSeriesCollection.
ParetoSeriesSet
Occurs when a ParetoSeries of the ParetoSeriesCollection is set.

Protected Methods


Name
Description
AddSeries
Add a series to the collection of Pareto series.
InitializeListeners
Initializes the listeners for the collection.
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.
ParetoGroupAddedListener
A listener for events of the groups of the series.
ParetoGroupAverageCalculatedListener
A listener for events of the groups of the series.
ParetoGroupExcludedChangedListener
A listener for events of the groups of the series.
ParetoGroupRangeCalculatedListener
A listener for events of the groups of the series.
ParetoGroupRemovedListener
A listener for events of the groups of the series.
ParetoGroupRMSDevCalculatedListener
A listener for events of the groups of the series.
ParetoGroupsClearedListener
A listener for events of the groups of the series.
ParetoGroupSetListener
A listener for events of the groups of the series.
ParetoGroupStdDevCalculatedListener
A listener for events of the groups of the series.
ParetoSampleAddedListener
A listener for events of the samples of the groups.
ParetoSampleCodeChangedListener
A listener for events of the samples of the groups.
ParetoSampleDateTimeChangedListener
A listener for events of the samples of the groups.
ParetoSampleExcludedChangedListener
A listener for events of the samples of the groups.
ParetoSampleKeyChangedListener
A listener for events of the samples of the groups.
ParetoSampleRemovedListener
A listener for events of the samples of the groups.
ParetoSamplesClearedListener
A listener for events of the samples of the groups.
ParetoSampleSetListener
A listener for events of the samples of the groups.
ParetoSampleValueChangedListener
A listener for events of the samples of the groups.
UninitializeListeners
Uninitializes the listeners for the collection.