Version

IChartComponent Interface Members

The following tables list the members exposed by IChartComponent.

Public Properties
 NameDescription
 PropertyChartTypeRetrieves the ChartType of the currently displayed Chart.  
 PropertyDataBindMeFlag used to indicate that an UltraChart component is waiting to be databound.  
 PropertyIsSavingPresetBoolean indicating whether or not the chart component is currently in the process of saving an XML preset.  
 PropertyOverrideRetrieves the Override property of the chart.  
 PropertyRenderingTypeThe current RenderingType in context.  
 PropertySeriesThe Series collection.  
 PropertySiteThe Site of the UltraChart component. Currently needed for the properties grid used in the annotations collection editor.  
 PropertySmoothingModeDefault smoothing mode to use for chart graphics.  
 PropertyTextRenderingHintTextRenderingHint to use for text on the chart.  
 PropertyUserLayerIndexIdentifies Layers by ID string, and arranges them in Z-Order.  
Public Methods
 NameDescription
 MethodDataValidityOverloaded. Sets whether data is valid or not.  
 MethodGetChartAppearanceGets an Appearance from the Chart component.  
 MethodGetChartInfoFromPointGets Infragistics.UltraChart.Shared.Events.ChartDataEventArgs related to a mouse click event.  
 MethodGetComponentInfoGets component information necessary for displaying the correct property-set in the Designer environment.  
 MethodGetPropertyGets the value of arbitrary properties.  
 MethodInvalidateRedraws the image with adornments.  
 MethodIsDesignModeIs the component in design mode?  
 MethodOnAppearanceChangedHandles when an Appearance of the charting component has changed one or more values.  
 MethodOnFillSceneGraphMethod called when custom primitives need to added to the scenegraph. This method should raise the component's FillSceneGraph event.  
 MethodOnInterpolateValuesMethod called when values are to be interpolated. This method should raise the component's InterpolateValues event.  
 MethodOnUpdatedMethod called when something on the chart has been updated.  
 MethodResetDemoDataResets demonstration data.  
 MethodResizeAllResizes all drawing layers and their bounding box.  
 MethodSetPropertySets the value of an arbitrary property.  
See Also