VDISoft.SPC.Charts.ParetoSeries


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.
Cells
Gets the cells of the histogram series.
Chart
Sets the chart that the series is a part of.
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.
HorizontalLineColor
Gets and sets the color of the horizontal line.
HorizontalLineStyle
Gets and sets the style of the horizontal line.
HorizontalLineWidth
Gets and sets the width of the horizontal line.
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 a Pareto group 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.
Range
Gets the range of the series.
RMSDev
Gets the rms deviation of the 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.
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.
ShowHorizontalLines
Gets and sets indicates if horizontal lines are to be shown for the series.
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.
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.
ShowVerticalLines
Gets and sets indicates if vertical lines are to be shown for the series.
Skewness
Gets the skewness of the 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.
VerticalLineColor
Gets and sets the color of the vertical line.
VerticalLineStyle
Gets and sets the style of the vertical line.
VerticalLineWidth
Gets and sets the width of the vertical line.

Public Methods


Name
Description
Add
Add a group to the series.
Clear
Clear the data out of the series.
Clone
Create a clone of the ParetoSeries.
GetObjectData
This method is called upon the serialization of a ParetoSeries.
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.
MakeExample
Create an example of sample data.
OnDeserialization
This method is called upon the deserialization of a ParetoSeries.
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
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.
ParetoGroupAdded
Occurs when a ParetoGroup is added to the ParetoSeries.
ParetoGroupAverageCalculated
Occurs when the Average of the ParetoGroup is calculated.
ParetoGroupExcludedChanged
Occurs when the ExcludeFromCalculation flag of the ParetoGroup changes.
ParetoGroupRangeCalculated
Occurs when the Range of the ParetoGroup is calculated.
ParetoGroupRemoved
Occurs when a ParetoGroup is removed from the ParetoSeries.
ParetoGroupRMSDevCalculated
Occurs when the RMSDeviation of the ParetoGroup is calculated.
ParetoGroupsCleared
Occurs when the ParetoGroup objects of the ParetoSeries are cleared.
ParetoGroupSet
Occurs when a ParetoGroup of the ParetoSeries is set.
ParetoGroupStdDevCalculated
Occurs when the StandardDeviation of the ParetoGroup is calculated.
ParetoSampleAdded
Occurs when a ParetoSample is added to a ParetoGroup.
ParetoSampleCodeChanged
Occurs when the ParetoSample:Code of a ParetoSample changes.
ParetoSampleDateTimeChanged
Occurs when the ParetoSample:DateTime of a ParetoSample changes.
ParetoSampleExcludedChanged
Occurs when the ParetoSample:ExcludeFromCalculation flag of a ParetoSample changes.
ParetoSampleKeyChanged
Occurs when the ParetoSample:Key of a ParetoSample changes.
ParetoSampleRemoved
Occurs when a ParetoSample is removed from a ParetoGroup.
ParetoSamplesCleared
Occurs when the ParetoSample objects of a ParetoGroup are cleared.
ParetoSampleSet
Occurs when a ParetoSample of a ParetoGroup is set.
ParetoSampleValueChanged
Occurs when the ParetoSample:Value of a ParetoSample changes.

Protected Methods


Name
Description
BuildCells
This method is used to build the cells of the pareto series.
CalculateDeviations
Calculate the deviations for the internal array.
InitializeListeners
Initializes the listeners for the series.
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.
ParetoGroupAverageCalculatedListener
A listener for events of the groups of the series.
ParetoGroupExcludedChangedListener
A listener for events of the groups of the series.
ParetoGroupRangeCalculatedListener
A listener for events of the groups of the series.
ParetoGroupRMSDevCalculatedListener
A listener for events of the groups of the series.
ParetoGroupStdDevCalculatedListener
A listener for events of the groups of the series.
ParetoSampleAddedListener
A listener for events of the samples of the groups of the series.
ParetoSampleCodeChangedListener
A listener for events of the samples of the groups of the series.
ParetoSampleDateTimeChangedListener
A listener for events of the samples of the groups of the series.
ParetoSampleExcludedChangedListener
A listener for events of the samples of the groups of the series.
ParetoSampleKeyChangedListener
A listener for events of the samples of the groups of the series.
ParetoSampleRemovedListener
A listener for events of the samples of the groups of the series.
ParetoSamplesClearedListener
A listener for events of the samples of the groups of the series.
ParetoSampleSetListener
A listener for events of the samples of the groups of the series.
ParetoSampleValueChangedListener
A listener for events of the samples of the groups of the series.
UninitializeListeners
Uninitializes the listeners for the series.