Version 24.2 (latest)

TwoDGridLayer Class Properties

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

Public Properties
 NameDescription
Public PropertyChartColorModelGets/Sets Color model for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyChartComponentGets or Sets the UltraChart control for which this layer is being applied. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyChartCoreGets 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)
Public PropertyChartDataSets and gets the IChartData (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyGridGets and Sets the grid axes used by this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyLayerIDSets and gets the ID to be used in the Hashtable (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyOuterBoundGets or Sets the Outer Bounds available in the current layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyPathOverridden. String identifier for this layer, which affects contingent layers and all primitives contained within this layer.  
Public PropertyVisibleGets/Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Public PropertyXThe 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)
Public PropertyX2The 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)
Public PropertyYThe 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)
Public PropertyY2The 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)
See Also