Version

SeriesBase Class Methods

For a list of all members of this type, see SeriesBase members.

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