Version

ScatterLayer Class Fields

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

Public Fields
 NameDescription
Public FieldMediumIconPointCountIf the number of points in this scatter layer is less than MediumIconPointCount, ScatterChart will default to use medium icons.  
Public FieldSmallIconPointCountIf the number of points in this scatter layer is less than SmallIconPointCount, ScatterChart will default to use small icons.  
Protected Fields
 NameDescription
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 FieldfirstIconThe first icon to use in this scatter layer.  
Protected FieldinnerBoundsRepresents the bounds rectangle for child layers of a layer (Inherited from Infragistics.UltraChart.Core.Layers.Layer)
Protected FieldlastIconThe last icon to use in this scatter layer.  
Protected FieldmapUsed to store scatter data for the use of this 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 FieldrandomStartIconA random SymbolIcon to start with.  
Protected FieldseriesCountThe count of series in the scatter data being used by this layer.  
Protected FieldseriesLabelsStorage field for the array of series labels used by this layer.  
Protected FieldsymbolIconCountThe count of symbol icons to use in this scatter layer.  
See Also