VDISoft.SPC.Charts.XbarSample


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 XbarSample.
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 XbarSample.
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.
XbarSampleCodeChanged
Occurs when the XbarSample:Code of the XbarSample changes.
XbarSampleDateTimeChanged
Occurs when the XbarSample:DateTime of the XbarSample changes.
XbarSampleExcludedChanged
Occurs when the XbarSample:ExcludeFromCalculation flag of the XbarSample changes.
XbarSampleKeyChanged
Occurs when the XbarSample:Key of the XbarSample changes.
XbarSampleValueChanged
Occurs when the XbarSample:Value of the XbarSample 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.