VDISoft.SPC.Charts.ParetoSample


Public Properties


Name
Description
Chart
Sets the chart that the sample is a part of.
Code
Gets and sets the code of the sample. Used for identification or grouping.
DateTime
Gets and sets the date/time stamp of the sample.
ExcludeFromCalculation
Gets and sets the flag indicating if the sample should be involved in the calculation.
Key
Gets and sets the key of the sample. This should be a unique identifier.
Name
Gets and sets the name of the sample.
Notes
Gets the notes of the sample.
Value
Gets and sets the value of the sample.

Public Methods


Name
Description
Clone
Create a clone of the ParetoSample.
GetObjectData
This method is called upon the serialization of a ParetoSample.

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.
ParetoSampleCodeChanged
Occurs when the ParetoSample:Code of the ParetoSample changes.
ParetoSampleDateTimeChanged
Occurs when the ParetoSample:DateTime of the ParetoSample changes.
ParetoSampleExcludedChanged
Occurs when the ParetoSample:ExcludeFromCalculation flag of the ParetoSample changes.
ParetoSampleKeyChanged
Occurs when the ParetoSample:Key of the ParetoSample changes.
ParetoSampleValueChanged
Occurs when the ParetoSample:Value of the ParetoSample changes.

Protected Methods


Name
Description
InitializeNoteListeners
Initializes the note listeners for the sample.
NoteAddedListener
A listener for events of the Notes collection of the sample.
NoteAuthorChangedListener
A listener for events of the Notes collection of the sample.
NoteDateTimeChangedListener
A listener for events of the Notes collection of the sample.
NoteNameChangedListener
A listener for events of the Notes collection of the sample.
NoteRemovedListener
A listener for events of the Notes collection of the sample.
NotesClearedListener
A listener for events of the Notes collection of the sample.
NoteSetListener
A listener for events of the Notes collection of the sample.
NoteTextChangedListener
A listener for events of the Notes collection of the sample.
UninitializeNoteListeners
Uninitializes the note listeners for the sample.