The following tables list the members exposed by IChartComponent.
| Name | Description | |
|---|---|---|
|  | ChartType | Retrieves the ChartType of the currently displayed Chart. | 
|  | DataBindMe | Flag used to indicate that an UltraChart component is waiting to be databound. | 
|  | IsSavingPreset | Boolean indicating whether or not the chart component is currently in the process of saving an XML preset. | 
|  | Override | Retrieves the Override property of the chart. | 
|  | RenderingType | The current RenderingType in context. | 
|  | Series | The Series collection. | 
|  | Site | The Site of the UltraChart component. Currently needed for the properties grid used in the annotations collection editor. | 
|  | SmoothingMode | Default smoothing mode to use for chart graphics. | 
|  | TextRenderingHint | TextRenderingHint to use for text on the chart. | 
|  | UserLayerIndex | Identifies Layers by ID string, and arranges them in Z-Order. | 
| Name | Description | |
|---|---|---|
|  | DataValidity | Overloaded. Sets whether data is valid or not. | 
|  | GetChartAppearance | Gets an Appearance from the Chart component. | 
|  | GetChartInfoFromPoint | Gets Infragistics.UltraChart.Shared.Events.ChartDataEventArgs related to a mouse click event. | 
|  | GetComponentInfo | Gets component information necessary for displaying the correct property-set in the Designer environment. | 
|  | GetProperty | Gets the value of arbitrary properties. | 
|  | Invalidate | Redraws the image with adornments. | 
|  | IsDesignMode | Is the component in design mode? | 
|  | OnAppearanceChanged | Handles when an Appearance of the charting component has changed one or more values. | 
|  | OnFillSceneGraph | Method called when custom primitives need to added to the scenegraph. This method should raise the component's FillSceneGraph event. | 
|  | OnInterpolateValues | Method called when values are to be interpolated. This method should raise the component's InterpolateValues event. | 
|  | OnUpdated | Method called when something on the chart has been updated. | 
|  | ResetDemoData | Resets demonstration data. | 
|  | ResizeAll | Resizes all drawing layers and their bounding box. | 
|  | SetProperty | Sets the value of an arbitrary property. |