VDISoft.SPC.Charts.HistogramSeriesCollection


Public Properties


Name
Description
Chart
Sets the chart that the series collection is a part of.
Item
Gets and sets an individual series of the collection.

Public Methods


Name
Description
Add
Add a series to the collection of series.
Clear
Clear the series out of the collection of series.
Clone
Create a clone of the HistogramSeriesCollection.
GetObjectData
This method is called upon the serialization of a HistogramSeriesCollection.
OnDeserialization
This method is called upon the deserialization of a HistogramSeriesCollection.
RemoveAt
Remove a series out of the collection of series.

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.
HistogramSeriesAdded
Occurs when an HistogramSeries is added to the HistogramSeriesCollection.
HistogramSeriesCleared
Occurs when the HistogramSeries objects of the HistogramSeriesCollection are cleared.
HistogramSeriesRemoved
Occurs when an HistogramSeries is removed from the HistogramSeriesCollection.
HistogramSeriesSet
Occurs when an HistogramSeries of the HistogramSeriesCollection is set.
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
AddSeries
Add a series to the collection of histogram series.
HistogramSampleAddedListener
A listener for events of the samples of the series.
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.
HistogramSampleRemovedListener
A listener for events of the samples of the series.
HistogramSamplesClearedListener
A listener for events of the samples of the series.
HistogramSampleSetListener
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.
NewSeries
This method returns a series of the appropriate type.
NoteAddedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteAuthorChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteDateTimeChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteNameChangedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteRemovedListener
Listener for Note:NoteTextChanged events of the Note object.
NotesClearedListener
Listener for Note:NoteTextChanged events of the Note object.
NoteSetListener
Listener for Note:NoteTextChanged events of the Note object.
NoteTextChangedListener
Listener for Note:NoteTextChanged events of the Note object.
UninitializeListeners
Uninitializes the listeners for the collection.