Version

ChartLayer Class Methods

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

Public Methods
 NameDescription
Public MethodFillSceneGraphOverridden. Adds graphical chart elements onto the scene graph for rendering.  
Public MethodGetAppearanceGets the Appearance object appropriate to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetColorModelRetrieves the Color Model of the layer.  
Public MethodGetDataGets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetDataInvalidMessageOverridden. Gets the localized message to display to end users when chart data is invalid.  
Public MethodGetInnerBoundsReturns a Rectangle object that represents the TopLeft and BottomRight real world coordinates for the drawing layer to render in the scene graph (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetOptionalDataGets the data that is relevant to this layer, in the case of layers with more than one relevant data source. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetOuterBoundsGets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetPEOverloaded. Gets a PaintElement for a Primitive using the given parameters.  
Public MethodIsDataValidForChartIndicates whether data meets validation criteria for this Chart Type.  
Public MethodIsVisibleGets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetAppearanceSets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetBoundsOverloaded. Sets the outer bounds of the chart and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetColorModelSets the Color Model of the layer.  
Public MethodSetDataOverridden. Sets the chart data.  
Public MethodSetOptionalDataSets the data that will be used by this layer, in the case of layers with more than one relevant data source. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetupDataFilterOverloaded. Initializes a ChartDataFilter to be used for the data source. Only applicable when the given datasource can be transformed into a ChartDataFilter. This member supports the charting internal infrastructure and is not intended to be used directly from your code. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetVisibleSets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected Methods
 NameDescription
Protected MethodCalculateInnerBoundsOverride in your drawing layer to do custom inner bounds calculations The inner bounds is the drawing area available for any child layers (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected MethodCalculateZeroLineOverloaded. Calculates the zero line for the given axis.  
Protected MethodInitAdvanceAxisCreates and initializes a new IAdvanceAxis object.  
Protected MethodInterpolatePrimitivesOverloaded. Takes the given primitives and returns the same set, potentially altered after interpolation has been applied.  
Protected MethodValidateDataForChartOverridden. Validates data to meet chart data requirements.  
See Also