VDISoft.SPC.Charts.StdDevSubgroup


Public Properties


Name
Description
Annotations
Gets the Annotations of the subgroup.
Average
Gets the average value of the samples in the subgroup.
Chart
Sets the chart that the subgroup is a part of.
ChartPoint
Gets the ChartPoint of the subgroup.
Code
Gets the code of the first 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 subgroup.
CustomTooltipKeyText
Gets and sets the text to be used if a custom tooltip key text is displayed for the subgroup.
CustomTooltipText
Gets and sets the text to be used if a custom tooltip is displayed for the subgroup.
DateTime
Gets the date/time stamp of the first sample.
ExcludeFromCalculation
Gets and sets the flag indicating if the subgroup should be involved in the calculation.
Item
Gets and sets a StdDev sample of the subgroup.
Key
Gets the key of the first sample. This should be a unique identifier.
MarkOutOfBounds
Gets and sets flag indicating if the subgroup should manually be marked out of bounds.
Name
Gets and sets the name of the subgroup.
Notes
Gets the notes of the subgroup.
Range
Gets the range of the samples in the subgroup.
RMSDev
Gets the root mean square deviation of the samples in the subgroup.
RuleResults
Gets and sets the RuleResults of the subgroup.
Show
Gets and sets the flag indicating if the subgroup should be shown.
StdDev
Gets the standard deviation of the samples in the subgroup.
UseCustomTooltipCodeText
Gets and sets flag indicating if a custom tooltip code text should be displayed for the subgroup.
UseCustomTooltipKeyText
Gets and sets flag indicating if a custom tooltip key text should be displayed for the subgroup.
UseCustomTooltipText
Gets and sets flag indicating if a custom tooltip should be displayed for the subgroup.

Public Methods


Name
Description
Add
Add a sample to the subgroup.
Clear
Clear the samples out of the subgroup.
Clone
Create a clone of the StdDevSubgroup.
GetLocationAsRectangleF
Returns the bounding rectangle of the subgroup.
GetLocationAsXMLString
Returns the bounding rectangle of the subgroup as an xml string.
GetObjectData
This method is called upon the serialization of a StdDevSubgroup.
GetSample
Gets the sample of the subgroup at a particular index.
IsMouseOn
Inidicates if the mouse is on the subgroup.
OnDeserialization
This method is called upon the deserialization of a StdDevSubgroup.
RemoveAt
Clear a sample out of the subgroup.
SetSample
Sets the sample of the subgroup at a particular index.

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.
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.
StdDevSampleAdded
Occurs when a StdDevSample is added to a StdDevSubgroup.
StdDevSampleCodeChanged
Occurs when the StdDevSample:Code of a StdDevSample changes.
StdDevSampleDateTimeChanged
Occurs when the StdDevSample:DateTime of a StdDevSample changes.
StdDevSampleExcludedChanged
Occurs when the StdDevSample:ExcludeFromCalculation flag of a StdDevSample changes.
StdDevSampleKeyChanged
Occurs when the StdDevSample:Key of a StdDevSample changes.
StdDevSampleRemoved
Occurs when a StdDevSample is removed from a StdDevSubgroup.
StdDevSamplesCleared
Occurs when the StdDevSample objects of a StdDevSubgroup are cleared.
StdDevSampleSet
Occurs when a StdDevSample of a StdDevSubgroup is set.
StdDevSampleValueChanged
Occurs when the StdDevSample:Value of a StdDevSample changes.
StdDevSubgroupAverageCalculated
Occurs when the Average of the StdDevSubgroup is calculated.
StdDevSubgroupExcludedChanged
Occurs when the ExcludeFromCalculation flag of the StdDevSubgroup changes.
StdDevSubgroupRangeCalculated
Occurs when the Range of the StdDevSubgroup is calculated.
StdDevSubgroupRMSDevCalculated
Occurs when the RMS Deviation of the StdDevSubgroup is calculated.
StdDevSubgroupStdDevCalculated
Occurs when the StandardDeviation of the StdDevSubgroup is calculated.

Protected Methods


Name
Description
AddSample
Add a sample to the subgroup.
AnnotationAddedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationAuthorChangedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationDateTimeChangedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationNameChangedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationRemovedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationsClearedListener
A listener for events of the Annotations collection of the subgroup.
AnnotationSetListener
A listener for events of the Annotations collection of the subgroup.
AnnotationTextChangedListener
A listener for events of the Annotations collection of the subgroup.
InitializeAnnotationListeners
Initializes the Annotation listeners for the subgroup.
InitializeListeners
Initializes the listeners for the subgroup.
InitializeNoteListeners
Initializes the note listeners for the subgroup.
NewSample
This method returns a sample of the appropriate type.
NoteAddedListener
A listener for events of the Notes collection of the subgroup.
NoteAuthorChangedListener
A listener for events of the Notes collection of the subgroup.
NoteDateTimeChangedListener
A listener for events of the Notes collection of the subgroup.
NoteNameChangedListener
A listener for events of the Notes collection of the subgroup.
NoteRemovedListener
A listener for events of the Notes collection of the subgroup.
NotesClearedListener
A listener for events of the Notes collection of the subgroup.
NoteSetListener
A listener for events of the Notes collection of the subgroup.
NoteTextChangedListener
A listener for events of the Notes collection of the subgroup.
StdDevSampleCodeChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleDateTimeChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleExcludedChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleKeyChangedListener
A listener for events of the samples of the subgroups.
StdDevSampleValueChangedListener
A listener for events of the samples of the subgroups.
UninitializeAnnotationListeners
Uninitializes the Annotation listeners for the subgroup.
UninitializeListeners
Uninitializes the listeners for the subgroup.
UninitializeNoteListeners
Uninitializes the note listeners for the subgroup.