VDISoft.SPC.Charts.CSeries


Public Properties


Name
Description
AttributesBar
Gets and sets the statistics bar for the series.
Chart
Sets the chart that the series is a part of.
CLColor
Gets and sets the color of the center line.
CLShow
Gets and sets the flag that determines if the center line should be shown.
CLStyle
Gets and sets the style of the center line.
CLWidth
Gets and sets the width of the center line.
ExcludedLineColor
Gets and sets the color of the line used to connect excluded data points.
ExcludedLineStyle
Gets and sets the style of the line used to connect excluded data points.
ExcludedLineWidth
Gets and sets the width of the line used to connect excluded data points.
ExcludedPointColor
Gets and sets the color of the excluded data points.
ExcludedPointMarker
Gets and sets the type of marker used with the excluded data points.
ExcludedPointSize
Gets and sets the size of the excluded data points.
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.
Item
Gets and sets a c-chart sample of the collection.
LCLColor
Gets and sets the color of the lower control limit.
LCLShow
Gets and sets the flag that determines if the lower control limit should be shown.
LCLStyle
Gets and sets the style of the lower control limit.
LCLWidth
Gets and sets the width of the lower control limit.
LineColor
Gets and sets the color of the line used to connect the data points.
LineStyle
Gets and sets the style of the line used to connect the data points.
LineWidth
Gets and sets the width of the line used to connect the data points.
Name
Gets and sets the name of the series.
PointColor
Gets and sets the color of the data points.
PointMarker
Gets and sets the type of marker used with the data points.
PointSize
Gets and sets the size of the data points.
Rules
Gets and sets the western electric rules of the series.
Show
Gets and sets the flag indicating if the series should be shown.
ShowHorizontalLines
Gets and sets indicates if horizontal lines are to be shown for the series.
ShowVerticalLines
Gets and sets indicates if vertical lines are to be shown for the series.
SpecificationLimits
Gets and sets the specification limits of the series.
UCLColor
Gets and sets the color of the upper control limit.
UCLShow
Gets and sets the flag that determines if the upper control limit should be shown.
UCLStyle
Gets and sets the style of the upper control limit.
UCLWidth
Gets and sets the width of the upper control limit.
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 sample to the series.
Clear
Clear the data out of the series.
Clone
Create a clone of the CSeries.
GetObjectData
This method is called upon the serialization of a CSeries.
GetSample
The sample at the index is returned.
IsMouseNear
Inidicates if the mouse is near the Series.
IsMouseOn
Inidicates if the mouse is on the Series.
MakeExample
This makes as example for the series.
OnDeserialization
This method is called upon the deserialization of a CSeries.
RemoveAt
Clear an item out of the 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
AddSample
Add a sample to the series.
BuildSpecificationLimits
The specification limits can be built for each 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.