VDISoft.SPC.Charts.ScatterPlotSample


Public Properties


Name
Description
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.
Show
Gets and sets the flag indicating if the sample should be shown.
X
Gets and sets the x value of the sample.
Y
Gets and sets the y value of the sample.

Public Methods


Name
Description
Clone
Create a clone of the ScatterPlotSample.
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 ScatterPlotSample.
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.
ScatterPlotSampleCodeChanged
Occurs when the ScatterPlotSample:Code of the ScatterPlotSample changes.
ScatterPlotSampleDateTimeChanged
Occurs when the ScatterPlotSample:DateTime of the ScatterPlotSample changes.
ScatterPlotSampleExcludedChanged
Occurs when the ScatterPlotSample:ExcludeFromCalculation flag of the ScatterPlotSample changes.
ScatterPlotSampleKeyChanged
Occurs when the ScatterPlotSample:Key of the ScatterPlotSample changes.
ScatterPlotSampleXChanged
Occurs when the ScatterPlotSample:X value of the ScatterPlotSample changes.
ScatterPlotSampleYChanged
Occurs when the ScatterPlotSample:Y value of the ScatterPlotSample 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.