'Declaration Public Enum ScatterChartType Inherits System.Enum
public enum ScatterChartType : System.Enum
Member | Description |
---|---|
Area | Specifies scatter area chart with colored surface based on a triangulation of X/Y data with numeric values assigned to each point. |
Auto | Specifies automatic selection of chart type based on suggestions from Data Adapter |
Bubble | Specifies scatter bubble chart with proportional markers at X/Y data |
Contour | Specifies scatter area chart with colored lines based on a triangulation of X/Y data with numeric values assigned to each point. |
HighDensity | Specifies scatter high density chart with colored bitmap pixels at X/Y data based on density of nearby points |
Line | Specifies scatter line chart with small markers at X/Y data and connected with lines |
Point | Specifies scatter point chart with small markers at X/Y data |
Spline | Specifies scatter spline chart with small markers at X/Y data and connected with splines |
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