dotnetCHARTING Send comments on this topic.
SeriesTypeMultiple Enumeration
See Also  
dotnetCHARTING Namespace : SeriesTypeMultiple Enumeration


Specifies how a multiple chart type series will be shown on the chart.

Syntax

Visual Basic (Declaration)  
Public Enum SeriesTypeMultiple 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SeriesTypeMultiple
C#  
public enum SeriesTypeMultiple : Enum 

Members

Member Description
FunnelCone Draws the series as a funnel cone.
FunnelPyramid Draws the series as a funnel pyramid.
Cone Draws the series as a cone.
Pyramid Draws the series as a pyramid.
Pie Draws the series as a pie.
Gauge Draws the series as a gauge.
StackedBubble Draws the series as a stacked bubble.
Donut Draws the series as a donut.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SeriesTypeMultiple

See Also