.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SeriesTypeMultiple Enumeration
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
MemberDescription
ConeDraws the series as a cone.
DonutDraws the series as a donut.
FunnelConeDraws the series as a funnel cone.
FunnelPyramidDraws the series as a funnel pyramid.
GaugeDraws the series as a gauge.
PieDraws the series as a pie.
PyramidDraws the series as a pyramid.
StackedBubbleDraws 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