The following tables list the members exposed by SeriesBase.
| Name | Description | |
|---|---|---|
![]()  | ChartComponent | The chart component being used. | 
![]()  | Key | A string identifier for this Series. | 
![]()  | Label | A label for this series. | 
![]()  | PEs | The collection of PaintElements to be used as a Palette for this series. | 
![]()  | Visible | Whether or not to display this series on the chart. | 
| Name | Description | |
|---|---|---|
![]()  | DataBind | Method to initialize this Sreies from its DataAppearance object. | 
![]()  | ProvidePoints | Gets the DataPoints contained by this Series. | 
![]()  | SetNoUpdate | This method sets the NoUpdate flag to the specified value and is used internally to avoid parent update notifications. | 
![]()  | ToString | Returns a string representation of this SeriesBase object. | 
| Name | Description | |
|---|---|---|
![]()  | GetDataAppearance | Gets the DataAppearance object associated with this series. | 
![]()  | InitializeData | Called during DataBinding to initialize the Series from its DataAppearance. | 
![]()  | Invalidate | Invalidates this Series and, if applicable, the Chart Component in context. | 
![]()  | OnClone | Creates and returns a copy of this SeriesBase object. | 
![]()  | SetPEs | Sets the palette of PaintElements held by this series. |