Version

GanttSeries Class Members

The following tables list the members exposed by GanttSeries.

Public Constructors
 NameDescription
Public ConstructorGanttSeries ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyChartComponentThe chart component being used. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public PropertyDataContains settings for populating this GanttSeries from an external data source.  
Public PropertyItemsThe collection of Items within this GanttSeries.  
Public PropertyKeyOverridden. The key for this GanttSeries. This value must be unique in each GanttSeriesCollection for which this GanttSeries is a member. This value is also used as the series label.  
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 PropertyVisibleWhether or not to display this series on the chart. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Public Methods
 NameDescription
Public MethodCloneReturns a copy of this Series.  
Public MethodDataBindOverloaded. Binds a Data Table with the data points from this series.  
Public MethodProvidePointsOverridden. Returns the DataPoints contained by this GanttSeries.  
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 object in context.  
Protected MethodInitializeDataOverridden. Populates the Items in this GanttSeries from its DataAppearance.  
Protected MethodInvalidateInvalidates this Series and, if applicable, the Chart Component in context. (Inherited from Infragistics.UltraChart.Data.Series.SeriesBase)
Protected MethodOnCloneOverridden. 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