Version 24.2 (latest)

TwoDGridLayer Class Methods

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

Public Methods
 NameDescription
Public MethodFillSceneGraphOverloaded. Overridden. Adds primitives to the SceneGraph for this layer, and calls FillSceneGraph on contingent layers, such as the axis layers.  
Public MethodGetAppearanceGets the Appearance object appropriate to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetDataGets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodGetDataInvalidMessageGets the message to be displayed in the chart area if the data supplied is not valid. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
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 MethodIsVisibleGets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodResetAxisLabelFormatResets the format labels on each axis according to the current chart type's default settings.  
Public MethodSetAppearanceSets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetBoundsOverloaded. Sets the outer bounds for this grid layer and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer)
Public MethodSetChartTypeOverridden. Sets the ChartType for use by the GridLayer.  
Public MethodSetDataSets the data that will be used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public MethodSetOptionalDataOverridden. Sets the optional data for this grid 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 MethodCalculateInnerBoundsOverridden. Calculates and stores the inner bounding rectangle of this layer, according to the appearance settings of the axes, and the existing outer bounds.  
Protected MethodValidateDataForChartValidates data to meet chart data requirements. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
See Also