The following tables list the members exposed by TwoDGridLayer.
Name | Description | |
---|---|---|
TwoDGridLayer Constructor | TwoDGridLayer constructor. |
Name | Description | |
---|---|---|
mOffsetLabelsX | Offset Labels X (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
mOffsetLabelsY | Offset Labels Y (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
zeroAlign | Determines whether or not this grid layer is to be zero-aligned. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) |
Name | Description | |
---|---|---|
chartType | Field used for storage of the current Chart Type. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
colorModel | stores the color model for this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
component | Stores the chart component. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
Core | Stores the chart core. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
data | Stores the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
dataIsValid | Indicates whether chart data is valid for this chart type. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
innerBounds | Represents the bounds rectangle for child layers of a layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
optionalDataArray | Stores the data that is relevant to this layer, in the case of layers with more than one relevant datasource. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
outerBounds | Represents the bounds rectangle for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
x_axis | Field storage of the X axis used in this Grid Layer. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
x2_axis | Field storage of the X2 axis used in this Grid Layer. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
y_axis | Field storage of the Y axis used in this Grid Layer. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
y2_axis | Field storage of the Y2 axis used in this Grid Layer. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) |
Name | Description | |
---|---|---|
ChartColorModel | Gets/Sets Color model for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
ChartComponent | Gets or Sets the UltraChart control for which this layer is being applied. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
ChartCore | Gets or Sets the Chart Core, through which many members relevant to the chart's current context can be accessed. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
ChartData | Sets and gets the IChartData (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
Grid | Gets and Sets the grid axes used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
LayerID | Sets and gets the ID to be used in the Hashtable (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
OuterBound | Gets or Sets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
Path | Overridden. String identifier for this layer, which affects contingent layers and all primitives contained within this layer. | |
Visible | Gets/Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
X | The X Axis used in this Grid Layer. For custom layers, please use the Grid property at index of "X" instead. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
X2 | The X2 Axis used in this Grid Layer. For custom layers, please use the Grid property at index of "X2" instead. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
Y | The Y Axis used in this Grid Layer. For custom layers, please use the Grid property at index of "Y" instead. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
Y2 | The Y2 Axis used in this Grid Layer. For custom layers, please use the Grid property at index of "Y2" instead. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) |
Name | Description | |
---|---|---|
FillSceneGraph | Overloaded. Overridden. Adds primitives to the SceneGraph for this layer, and calls FillSceneGraph on contingent layers, such as the axis layers. | |
GetAppearance | Gets the Appearance object appropriate to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetData | Gets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetDataInvalidMessage | Gets the message to be displayed in the chart area if the data supplied is not valid. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
GetInnerBounds | Returns 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) | |
GetOptionalData | Gets 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) | |
GetOuterBounds | Gets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
IsVisible | Gets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
ResetAxisLabelFormat | Resets the format labels on each axis according to the current chart type's default settings. | |
SetAppearance | Sets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
SetBounds | Overloaded. Sets the outer bounds for this grid layer and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.GridLayer) | |
SetChartType | Overridden. Sets the ChartType for use by the GridLayer. | |
SetData | Sets the data that will be used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) | |
SetOptionalData | Overridden. Sets the optional data for this grid layer. | |
SetupDataFilter | Overloaded. 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) | |
SetVisible | Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
Name | Description | |
---|---|---|
CalculateInnerBounds | Overridden. Calculates and stores the inner bounding rectangle of this layer, according to the appearance settings of the axes, and the existing outer bounds. | |
ValidateDataForChart | Validates data to meet chart data requirements. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |