VDISoft.SPC.Charts.MovAvgSample


Public Properties


Name
Description
Annotations
Gets the Annotations of the sample.
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.
CustomExcludedPointColor
Gets and sets the color of the excluded data point.
CustomExcludedPointMarker
Gets and sets the type of marker used with the excluded data point.
CustomExcludedPointSize
Gets and sets the size of the excluded data point.
CustomPointColor
Gets and sets the color of the data point.
CustomPointMarker
Gets and sets the type of marker used with the data point.
CustomPointSize
Gets and sets the size of the data point.
CustomTooltipCodeText
Gets and sets the text to be used if a custom tooltip code text is displayed for the sample.
CustomTooltipKeyText
Gets and sets the text to be used if a custom tooltip key text is displayed for the sample.
CustomTooltipText
Gets and sets the text to be used if a custom tooltip is displayed for the sample.
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.
MarkOutOfBounds
Gets and sets flag indicating if the sample should manually be marked out of bounds.
Name
Gets and sets the name of the sample.
Notes
Gets the notes of the sample.
RuleResults
Gets and sets the RuleResults of the sample.
Show
Gets and sets the flag indicating if the sample should be shown.
UseCustomTooltipCodeText
Gets and sets flag indicating if a custom tooltip code text should be displayed for the sample.
UseCustomTooltipKeyText
Gets and sets flag indicating if a custom tooltip key text should be displayed for the sample.
UseCustomTooltipText
Gets and sets flag indicating if a custom tooltip should be displayed for the sample.
Value
Gets and sets the value of the sample.

Public Methods


Name
Description
Clone
Create a clone of the MovAvgSample.
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 MovAvgSample.
IsMouseOn
Inidicates if the mouse is on the sample.

Public Events


Name
Description
AnnotationAdded
Occurs when a Annotation is added to the Annotations collection.
AnnotationAuthorChanged
Occurs when the Annotation:Author of a Annotation changes.
AnnotationDateTimeChanged
Occurs when the Annotation:DateTime of a Annotation changes.
AnnotationNameChanged
Occurs when the Annotation:Name of a Annotation changes.
AnnotationRemoved
Occurs when a Annotation is removed from the Annotations collection.
AnnotationsCleared
Occurs when the Annotation objects of the Annotations collection are cleared.
AnnotationSet
Occurs when a Annotation of the Annotations collection is set.
AnnotationTextChanged
Occurs when the Annotation:Text of a Annotation changes.
MovAvgSampleCodeChanged
Occurs when the MovAvgSample:Code of the MovAvgSample changes.
MovAvgSampleDateTimeChanged
Occurs when the MovAvgSample:DateTime of the MovAvgSample changes.
MovAvgSampleExcludedChanged
Occurs when the MovAvgSample:ExcludeFromCalculation flag of the MovAvgSample changes.
MovAvgSampleKeyChanged
Occurs when the MovAvgSample:Key of the MovAvgSample changes.
MovAvgSampleValueChanged
Occurs when the MovAvgSample:Value of the MovAvgSample 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
AnnotationAddedListener
A listener for events of the Annotations collection of the sample.
AnnotationAuthorChangedListener
A listener for events of the Annotations collection of the sample.
AnnotationDateTimeChangedListener
A listener for events of the Annotations collection of the sample.
AnnotationNameChangedListener
A listener for events of the Annotations collection of the sample.
AnnotationRemovedListener
A listener for events of the Annotations collection of the sample.
AnnotationsClearedListener
A listener for events of the Annotations collection of the sample.
AnnotationSetListener
A listener for events of the Annotations collection of the sample.
AnnotationTextChangedListener
A listener for events of the Annotations collection of the sample.
InitializeAnnotationListeners
Initializes the Annotation listeners for the sample.
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.
UninitializeAnnotationListeners
Uninitializes the Annotation listeners for the sample.
UninitializeNoteListeners
Uninitializes the note listeners for the sample.