Version

SeriesBase Class Members

The following tables list the members exposed by SeriesBase.

Public Properties
 NameDescription
Public PropertyChartComponentThe chart component being used.  
Public PropertyKeyA string identifier for this Series.  
Public PropertyLabelA label for this series.  
Public PropertyPEsThe collection of PaintElements to be used as a Palette for this series.  
Public PropertyVisibleWhether or not to display this series on the chart.  
Public Methods
 NameDescription
Public MethodDataBindMethod to initialize this Sreies from its DataAppearance object.  
Public MethodProvidePointsGets the DataPoints contained by this Series.  
Public MethodSetNoUpdateThis method sets the NoUpdate flag to the specified value and is used internally to avoid parent update notifications.  
Public MethodToStringReturns a string representation of this SeriesBase object.  
Protected Methods
 NameDescription
Protected MethodGetDataAppearanceGets the DataAppearance object associated with this series.  
Protected MethodInitializeDataCalled during DataBinding to initialize the Series from its DataAppearance.  
Protected MethodInvalidateInvalidates this Series and, if applicable, the Chart Component in context.  
Protected MethodOnCloneCreates and returns a copy of this SeriesBase object.  
Protected MethodSetPEsSets the palette of PaintElements held by this series.  
See Also