The properties of the Series class are listed below. For a complete list of Series class members, see the Series Members topic.
Capacity (inherited from ArrayList) | Gets or sets the number of elements that the ArrayList can contain. |
Count (inherited from ArrayList) | Gets the number of elements actually contained in the ArrayList. |
IsFixedSize (inherited from ArrayList) | Gets a value indicating whether the ArrayList has a fixed size. |
IsReadOnly (inherited from ArrayList) | Gets a value indicating whether the ArrayList is read-only. |
IsSynchronized (inherited from ArrayList) | Gets a value indicating whether access to the ArrayList is synchronized (thread safe). |
Item (inherited from ArrayList) | Gets or sets the element at the specified index. |
LineWidth | Gets or sets the line width for plotted/scatter lines |
ScatterShape | Gets or sets the scatterShape used for scatter symbols |
SeriesColor | Gets or sets the color used for the series. |
SeriesLabel | Gets or sets the label used for series in the legend |
SeriesType | Gets or sets the type of chart series to draw |
SyncRoot (inherited from ArrayList) | Gets an object that can be used to synchronize access to the ArrayList. |
Series Class | PPCC.Chart Namespace