Version

XYSeries Class Methods

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

Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this XYSeries.  
Public MethodDataBindOverloaded. Binds a Data Table with the data points from this series.  
Public MethodGetXMaximumGets the maximum of all X-values in this XYSeries.  
Public MethodGetXMinimumGets the minimum of all X-values in this XYSeries.  
Public MethodGetYMaximumGets the maximum of all Y-values in this XYSeries.  
Public MethodGetYMinimumGets the minimum of all Y-values in this XYSeries.  
Public MethodProvidePointsOverridden. Returns the XYDataPointCollection contained by this Series.  
Public MethodSetNoUpdateThis method sets the NoUpdate flag to the specified value and is used internally to avoid parent update notifications. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public MethodToStringReturns a string representation of this SeriesBase object. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Protected Methods
 NameDescription
Protected MethodGetDataAppearanceOverridden. Gets the DataAppearance for this Series.  
Protected MethodInitializeDataOverridden. Initializes data bound to this NumericSeries.  
Protected MethodInvalidateInvalidates this Series and, if applicable, the Chart Component in context. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Protected MethodOnCloneOverridden. Creates and returns a copy of this Series.  
Protected MethodSetPEsSets the palette of PaintElements held by this series. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
See Also