VDISoft.SPC.Charts.RangeSample


Public Properties


Name
Description
Chart
Sets the chart that the sample is a part of.
ChartPoint
Gets the ChartPoint of the sample.
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 RangeSample.
GetLocationAsRectangleF
Returns the bounding rectangle of the sample.
GetLocationAsXMLString
Returns the bounding rectangle of the sample as an xml string.
GetObjectData
This method is called upon the serialization of a RangeSample.
IsMouseOn
Inidicates if the mouse is on the sample.

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.
RangeSampleCodeChanged
Occurs when the RangeSample:Code of the RangeSample changes.
RangeSampleDateTimeChanged
Occurs when the RangeSample:DateTime of the RangeSample changes.
RangeSampleExcludedChanged
Occurs when the RangeSample:ExcludeFromCalculation flag of the RangeSample changes.
RangeSampleKeyChanged
Occurs when the RangeSample:Key of the RangeSample changes.
RangeSampleValueChanged
Occurs when the RangeSample:Value of the RangeSample 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.