Version

ScatterChartAppearance Class

An Appearance object that encapsulates the style and presentation properties of Scatter Charts.
Syntax
'Declaration
 
Public Class ScatterChartAppearance 
   Inherits ChartTypeAppearance
   Implements Infragistics.UltraChart.Resources.IProvideChartComponent 
Remarks

Scatter Charts plot scatter points at given X and Y coordinates that are based upon data tuples from the ColumnX and ColumnY data columns of the chart's data source.

A scatter chart is often a suitable substitute for a line chart where two numeric continuous axes are required. Developers should use the ConnectWithLines property of this Appearance to connect scatter points with lines. Connecting lines can also be subject to smoothing through spline fitting with the LineAppearance property.

There are a variety of symbols that can be used to plot scatter points, including shapes and Unicode glyphs. These symboles can be grouped by series when developers configure an additional data column in GroupByColumn that relates scatter point tuples of the same series. See the Icon and Character properties for more details on the selection of symbols.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also