VDISoft.SPC.Charts.HistogramSeries


Public Properties


Name
Description
AvgSqrdDev
Gets the average squared deviation of the series.
CalculatedCurve
Gets and sets indicates if the curve for the series has been calculated.
CalculatedSecondaryCurve
Gets and sets indicates if the secondary curve for the series has been calculated.
CellBackColor
Gets and sets the backcolor of the histogram cells. This color is used if the pattern of the cells requires more than one color.
CellBorderColor
Gets and sets the color of the border of the histogram cells.
CellBorderStyle
Gets and sets the style of the border of the histogram cells.
CellBorderWidth
Gets and sets the width of the border of the histogram cells.
CellFill
Gets and sets the flag that indicates if the histogram cells should be filled.
CellFillColor
Gets and sets the color with which the histogram cells should be filled.
CellFillPattern
Gets and sets the pattern with which the histogram cells are to be filled.
CellFillWithPattern
Gets and sets the flag that indicates if the histogram cells should be filled with a pattern.
Cells
Gets the cells of the histogram series.
Chart
Sets the chart that the series is a part of.
ControlLimits
Gets and sets the control limits of the histogram series.
Curve
Gets and sets an array of points representing the curve.
CurveColor
Gets and sets the color of the curve for the histogram series.
CurveStyle
Gets and sets the style of the curve for the histogram series.
CurveWidth
Gets and sets the width of the curve for the histogram series.
Internal_DeviationsCalculated
Gets and sets flag indicating if the deviations have been calculated for the internal array.
Internal_Maximum
Gets and sets the maximum of the series.
Internal_Minimum
Gets and sets the minimum of the series.
Internal_Values
Gets the values of the series that are to be used in calculating the statistics.
Internal_ValuesSorted
Gets and sets flag indicating if the internal array is sorted.
Item
Gets and sets an individual sample of the collection.
Kurtosis
Gets the kurtosis of the series.
Maximum
Gets the maximum of the series.
Mean
Gets the mean of the series.
Median
Gets the median of the series.
Minimum
Gets the minimum of the series.
Name
Gets and sets the name of the series.
NumberOfCells
Gets and sets the number of histogram cells the samples of the series are divided into.
Range
Gets the range of the series.
RMSDev
Gets the rms deviation of the series.
SecondaryCurve
Gets and sets an array of points representing the secondary curve.
SecondaryCurveColor
Gets and sets the color of the secondary curve for the histogram series.
SecondaryCurveStyle
Gets and sets the style of the secondary curve for the histogram series.
SecondaryCurveWidth
Gets and sets the width of the secondary curve for the histogram series.
SecondaryStdDev
Gets and sets the secondary std. dev. is one that can be set by the user for the histogram series.
Show
Gets and sets the flag indicating if the series should be shown.
ShowAvgSqrdDev
Gets and sets flag indicating if the statistic should be shown.
ShowCellBorder
Gets and sets the flag that indicates if the borders of the histogram cells should be shown.
ShowCells
Gets and sets the flag that indicates if the histogram cells of the series should be shown.
ShowCount
Gets and sets flag indicating if the statistic should be shown.
ShowCurve
Gets and sets the flag that indicates if the curve of the series should be shown.
ShowKurtosis
Gets and sets flag indicating if the statistic should be shown.
ShowMaximum
Gets and sets flag indicating if the statistic should be shown.
ShowMean
Gets and sets flag indicating if the statistic should be shown.
ShowMedian
Gets and sets flag indicating if the statistic should be shown.
ShowMinimum
Gets and sets flag indicating if the statistic should be shown.
ShowRange
Gets and sets flag indicating if the statistic should be shown.
ShowRMSDev
Gets and sets flag indicating if the statistic should be shown.
ShowSecondaryCurve
Gets and sets the flag that indicates if the secondary curve of the series should be shown.
ShowSkewness
Gets and sets flag indicating if the statistic should be shown.
ShowStdDev
Gets and sets flag indicating if the statistic should be shown.
ShowVariance
Gets and sets flag indicating if the statistic should be shown.
Skewness
Gets the skewness of the series.
SpecificationLimits
Gets and sets the specification limits of the histogram series.
StdDev
Gets the standard deviation of the series.
Sum
Gets and sets the sum of the series.
Variance
Gets the variance of the series.

Public Methods


Name
Description
Add
Add a sample to the series.
Clear
Clear the data out of the series.
Clone
Create a clone of the HistogramSeries.
GetObjectData
This method is called upon the serialization of a HistogramSeries.
IsMouseNearCurve
Inidicates if the mouse is near the curve.
IsMouseOnCell
Inidicates if the mouse is on a cell.
IsMouseOnCurve
Inidicates if the mouse is on the curve.
MakeSamples
Create a random set of samples where the size of the set is equal to the argument.
OnDeserialization
This method is called upon the deserialization of a HistogramSeries.
RemoveAt
Clear an item out of the series.
StatisticsToBeShown
This method returns if any flags are set for statistics to be displayed.

Public Events


Name
Description
HistogramSampleAdded
Occurs when an HistogramSample is added to an HistogramSeries.
HistogramSampleCodeChanged
Occurs when the HistogramSample:Code of an HistogramSample changes.
HistogramSampleDateTimeChanged
Occurs when the HistogramSample:DateTime of an HistogramSample changes.
HistogramSampleExcludedChanged
Occurs when the HistogramSample:ExcludeFromCalculation flag of an HistogramSample changes.
HistogramSampleKeyChanged
Occurs when the HistogramSample:Key of an HistogramSample changes.
HistogramSampleRemoved
Occurs when an HistogramSample is removed from an HistogramSeries.
HistogramSamplesCleared
Occurs when the HistogramSample objects of an HistogramSeries are cleared.
HistogramSampleSet
Occurs when an HistogramSample of an HistogramSeries is set.
HistogramSampleValueChanged
Occurs when the HistogramSample:Value of an HistogramSample 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
AddSample
Add a sample to the series.
BuildCells
This method is used to build the cells of the histogram series.
BuildControlLimits
Build the control limits of the series.
BuildLimits
Build the control and specification limits of the series.
BuildSpecificationLimits
Build the specification limits of the series.
CalculateDeviations
Calculate the deviations for the internal array.
HistogramSampleCodeChangedListener
A listener for events of the samples of the series.
HistogramSampleDateTimeChangedListener
A listener for events of the samples of the series.
HistogramSampleExcludedChangedListener
A listener for events of the samples of the series.
HistogramSampleKeyChangedListener
A listener for events of the samples of the series.
HistogramSampleValueChangedListener
A listener for events of the samples of the series.
InitializeListeners
Initializes the listeners for the collection.
NoteAddedListener
Listener for Notes:NoteAdded events of the Notes collection.
NoteAuthorChangedListener
Listener for Note:NoteAuthorChanged events of the Note object.
NoteDateTimeChangedListener
Listener for Note:NoteDateTimeChanged events of the Note object.
NoteNameChangedListener
Listener for Note:NoteNameChanged events of the Note object.
NoteRemovedListener
Listener for Notes:NoteRemoved events of the Notes collection.
NotesClearedListener
Listener for Notes:NotesCleared events of the Notes collection.
NoteSetListener
Listener for Notes:NoteSet events of the Notes collection.
NoteTextChangedListener
Listener for Note:NoteTextChanged events of the Note object.
UninitializeListeners
Uninitializes the listeners for the collection.