For a list of all members of this type, see ScatterLayer members.
| Name | Description | |
|---|---|---|
![]() | FillSceneGraph | Overridden. Fills the SceneGraph with graphical chart elements, including scatter points representing the chart data. |
![]() | GetAppearance | Overridden. Gets an appearance object containing settings which determine the appearance of this scatter layer. |
![]() | GetColorModel | Retrieves the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | GetData | Gets the data that is relevant to this layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | GetDataInvalidMessage | Overridden. Retrieves an appropriate message to display when data is invalid, based on the current Chart type. |
![]() | 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) |
![]() | GetPE | Overloaded. Gets a PaintElement for a Primitive using the given parameters. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | GetSeriesCharacter | Gets the character to use for a given series (group) of scatter points, if SymbolIcon to use is a character. |
![]() | GetSeriesCount | Gets the count of series in the data for this scatter chart. |
![]() | GetSeriesLabel | Gets the series label for a specified series number. |
![]() | GetSeriesLabels | Gets the series labels for all series of scatter points in this layer. |
![]() | GetSeriesSymbolIcon | Gets the icon to use for a given series (group) of scatter points. |
![]() | IsDataValidForChart | Indicates whether data meets validation criteria for this Chart Type. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | IsVisible | Gets a value indicating whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | SetAppearance | Sets the Appearance being used by this Layer. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | SetBounds | Overloaded. Sets the outer bounds of the chart and recalculates the inner bounds. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | SetColorModel | Sets the Color Model of the layer. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | SetData | Sets the chart data. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | SetOptionalData | Sets the data that will be used by this layer, in the case of layers with more than one relevant data source. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | SetupDataFilter | Overloaded. Overridden. Performs initialization on the data filter needed to plot data for this layer. |
![]() | SetVisible | Sets whether or not the layer is visible. (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
| Name | Description | |
|---|---|---|
![]() | BreakUpNulls | Separates null segments in the given PointSet. |
![]() | CalculateInnerBounds | Override in your drawing layer to do custom inner bounds calculations The inner bounds is the drawing area available for any child layers (Inherited from Infragistics.UltraChart.Core.Layers.Layer) |
![]() | CalculateZeroLine | Overloaded. Calculates the zero line for the given axis. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | CreateSeriesHashtable | Initializes a hashtable containing series labels, for GroupByColumn. |
![]() | GetEmptyPointSet | Gets a PointSet with the appropriate styles to be represented as empty. |
![]() | InitAdvanceAxis | Creates and initializes a new IAdvanceAxis object. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | InterpolatePrimitives | Overloaded. Takes the given primitives and returns the same set, potentially altered after interpolation has been applied. (Inherited from Infragistics.UltraChart.Core.Layers.ChartLayer) |
![]() | putText | Adds a ChartText object to the SceneGraph for the specified DataPoint. |
![]() | ValidateDataForChart | Overridden. Validates that the data is appropriate for a Scatter Chart. |