Version

ShapeChartType Enumeration

Describes available types of data visualizations in the Shape Chart control.
Syntax
'Declaration
 
Public Enum ShapeChartType 
   Inherits System.Enum
public enum ShapeChartType : System.Enum 
Members
MemberDescription
AreaSpecifies 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 suggestion from internal Data Adapter
BubbleSpecifies bubble chart with proportional markers at X/Y data
ContourSpecifies area chart with colored lines based on a triangulation of X/Y data with numeric values assigned to each point.
HighDensitySpecifies high density chart with colored bitmap pixels at X/Y data based on density of nearby points
LineSpecifies line chart with small markers at X/Y data and connected with lines
PointSpecifies point chart with small markers at X/Y data
PolygonSpecifies polygon chart with polygons defined by X/Y data
PolylineSpecifies polyline chart with polylines defined by X/Y data
SplineSpecifies 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