'Declaration Public Enum ShapeChartType Inherits System.Enum
public enum ShapeChartType : System.Enum
Member | Description |
---|---|
Area | Specifies 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 suggestion from internal Data Adapter |
Bubble | Specifies bubble chart with proportional markers at X/Y data |
Contour | Specifies area chart with colored lines based on a triangulation of X/Y data with numeric values assigned to each point. |
HighDensity | Specifies high density chart with colored bitmap pixels at X/Y data based on density of nearby points |
Line | Specifies line chart with small markers at X/Y data and connected with lines |
Point | Specifies point chart with small markers at X/Y data |
Polygon | Specifies polygon chart with polygons defined by X/Y data |
Polyline | Specifies polyline chart with polylines defined by X/Y data |
Spline | Specifies 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