Version

IChartComponent Interface Methods

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

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