Version

GridLayer Class Fields

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

Public Fields
 NameDescription
Public FieldgridBufferZoneGrid buffer zone  
Public FieldmOffsetLabelsXOffset Labels X  
Public FieldmOffsetLabelsYOffset Labels Y  
Public FieldzeroAlignDetermines whether or not this grid layer is to be zero-aligned.  
Protected Fields
 NameDescription
Protected FieldchartTypeField used for storage of the current Chart Type.  
Protected FieldcolorModelstores the color model for this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldcomponentStores the chart component. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldCoreStores the chart core. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FielddataStores the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FielddataIsValidIndicates whether chart data is valid for this chart type. (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldinnerBoundsRepresents the bounds rectangle for child layers of a layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldoptionalDataArrayStores 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)
Protected FieldouterBoundsRepresents the bounds rectangle for this layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected Fieldx_axisField storage of the X axis used in this Grid Layer.  
Protected Fieldx2_axisField storage of the X2 axis used in this Grid Layer.  
Protected Fieldy_axisField storage of the Y axis used in this Grid Layer.  
Protected Fieldy2_axisField storage of the Y2 axis used in this Grid Layer.  
See Also