VDISoft.SPC.Charts.USeriesCollection


Public Properties


Name
Description
Chart
Sets the chart that the series 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 USeriesCollection.
GetObjectData
This method is called upon the serialization of a USeriesCollection.
GetSeries
This method is used to get an AttributeSeries object of the collection.
OnDeserialization
This method is called upon the deserialization of a USeriesCollection.
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.

Protected Methods


Name
Description
AddSeries
Add a series to the collection of u series.
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.