Version

CandleSeries Class Members

The following tables list the members exposed by CandleSeries.

Public Constructors
 NameDescription
Public ConstructorCandleSeries ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe chart component being used. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public PropertyDataThe DataAppearance object with DataBinding-related properties for this Series.  
Public PropertyKeyA string identifier for this Series. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public PropertyLabelA label for this series. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public PropertyPEsThe collection of PaintElements to be used as a Palette for this series. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public PropertyPointsThe DataPoints contained by this CandleSeries.  
Public PropertyVisibleWhether or not to display this series on the chart. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this CandleSeries.  
Public MethodDataBindOverloaded. Binds a Data Table with the data points from this series.  
Public MethodGetDataMaximumForOpenLowHighCloseGets the maximum value for all Open, Low, High, and Close values in this CandleSeries.  
Public MethodGetDataMaximumForVolumeGets the maximum value for all Volume values in this CandleSeries.  
Public MethodGetDataMinimumForOpenLowHighCloseGets the minimum value for all Open, Low, High, and Close values in this CandleSeries.  
Public MethodGetDataMinimumForVolumeGets the minimum value for all Volume values in this CandleSeries.  
Public MethodGetEndDateGets the latest date contained by this CandleSeries.  
Public MethodGetStartDateGets the earliest date contained by this CandleSeries.  
Public MethodProvidePointsOverridden. Gets the DataPoints for 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 SeriesDataAppearance object for this series.  
Protected MethodInitializeDataOverridden. Initializes data bound to this CandleSeries.  
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