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

MemberDescription
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.
PieDraws the series as a pie.
GaugeDraws the series as a gauge.
StackedBubbleDraws the series as a stacked bubble.
DonutDraws the series as a donut.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.