VDISoft.SPC.Charts.HistogramSample


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 HistogramSample.
GetObjectData
This method is called upon the serialization of a HistogramSample.

Public Events


Name
Description
HistogramSampleCodeChanged
Occurs when the HistogramSample:Code of the HistogramSample changes.
HistogramSampleDateTimeChanged
Occurs when the HistogramSample:DateTime of the HistogramSample changes.
HistogramSampleExcludedChanged
Occurs when the HistogramSample:ExcludeFromCalculation flag of the HistogramSample changes.
HistogramSampleKeyChanged
Occurs when the HistogramSample:Key of the HistogramSample changes.
HistogramSampleValueChanged
Occurs when the HistogramSample:Value of the HistogramSample 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.

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.