VDISoft.SPC.Charts.ScatterPlotSeriesCollection


Public Properties


Name
Description
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 ScatterPlotSeriesCollection.
GetObjectData
This method is called upon the serialization of a ScatterPlotSeriesCollection.
OnDeserialization
This method is called upon the deserialization of a ScatterPlotSeriesCollection.
RemoveAt
Remove a series out of the collection of series.

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.
ScatterPlotSampleAdded
Occurs when a ScatterPlotSample is added to a ScatterPlotSeries.
ScatterPlotSampleCodeChanged
Occurs when the ScatterPlotSample:Code of the ScatterPlotSample changes.
ScatterPlotSampleDateTimeChanged
Occurs when the ScatterPlotSample:DateTime of the ScatterPlotSample changes.
ScatterPlotSampleExcludedChanged
Occurs when the ScatterPlotSample:ExcludeFromCalculation flag of the ScatterPlotSample changes.
ScatterPlotSampleKeyChanged
Occurs when the ScatterPlotSample:Key of the ScatterPlotSample changes.
ScatterPlotSampleRemoved
Occurs when a ScatterPlotSample is removed from a ScatterPlotSeries.
ScatterPlotSamplesCleared
Occurs when the ScatterPlotSample objects of a ScatterPlotSeries are cleared.
ScatterPlotSampleSet
Occurs when a ScatterPlotSample of a ScatterPlotSeries is set.
ScatterPlotSampleXChanged
Occurs when the ScatterPlotSample:X value of the ScatterPlotSample changes.
ScatterPlotSampleYChanged
Occurs when the ScatterPlotSample:Y value of the ScatterPlotSample changes.
ScatterPlotSeriesAdded
Occurs when a ScatterPlotSeries is added to the ScatterPlotSeriesCollection.
ScatterPlotSeriesCleared
Occurs when the ScatterPlotSeries objects of the ScatterPlotSeriesCollection are cleared.
ScatterPlotSeriesRemoved
Occurs when a ScatterPlotSeries is removed from the ScatterPlotSeriesCollection.
ScatterPlotSeriesSet
Occurs when a ScatterPlotSeries of the ScatterPlotSeriesCollection is set.

Protected Methods


Name
Description
AddSeries
Add a series to the collection of scatter plot 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.
ScatterPlotSampleAddedListener
A listener for events of the samples of the series.
ScatterPlotSampleCodeChangedListener
A listener for events of the samples of the series.
ScatterPlotSampleDateTimeChangedListener
A listener for events of the samples of the series.
ScatterPlotSampleExcludedChangedListener
A listener for events of the samples of the series.
ScatterPlotSampleKeyChangedListener
A listener for events of the samples of the series.
ScatterPlotSampleRemovedListener
A listener for events of the samples of the series.
ScatterPlotSamplesClearedListener
A listener for events of the samples of the series.
ScatterPlotSampleSetListener
A listener for events of the samples of the series.
ScatterPlotSampleXChangedListener
A listener for events of the samples of the series.
ScatterPlotSampleYChangedListener
A listener for events of the samples of the series.
UninitializeListeners
Uninitializes the listeners for the collection.