SeriesTypeMultiple Enumeration
Specifies how a multiple chart type series will be shown on the chart.
Syntax
'Declaration Public Enum SeriesTypeMultiple Inherits System.Enum
'Usage Dim instance As SeriesTypeMultiple
public enum SeriesTypeMultiple : System.Enum
Members
Member | Description |
---|---|
Cone | Draws the series as a cone. |
Donut | Draws the series as a donut. |
FunnelCone | Draws the series as a funnel cone. |
FunnelPyramid | Draws the series as a funnel pyramid. |
Gauge | Draws the series as a gauge. |
Pie | Draws the series as a pie. |
Pyramid | Draws the series as a pyramid. |
StackedBubble | Draws the series as a stacked bubble. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.SeriesTypeMultiple
Requirements
Target Platforms: 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