Version

ScatterChartType Enumeration

Describes available types of data visualizations in the Scatter Chart control.
Syntax
'Declaration
 
Public Enum ScatterChartType 
   Inherits System.Enum
public enum ScatterChartType : System.Enum 
Members
MemberDescription
AreaSpecifies scatter area chart with colored surface based on a triangulation of X/Y data with numeric values assigned to each point.
AutoSpecifies automatic selection of chart type based on suggestions from Data Adapter
BubbleSpecifies scatter bubble chart with proportional markers at X/Y data
ContourSpecifies scatter area chart with colored lines based on a triangulation of X/Y data with numeric values assigned to each point.
HighDensitySpecifies scatter high density chart with colored bitmap pixels at X/Y data based on density of nearby points
LineSpecifies scatter line chart with small markers at X/Y data and connected with lines
PointSpecifies scatter point chart with small markers at X/Y data
SplineSpecifies scatter spline chart with small markers at X/Y data and connected with splines
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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