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


Specifies how a shape bubble will be drawn.

Syntax

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

Members

MemberDescription
NoneNo shape.
TriangleTriangle shape.
CubeCube shape.
PentagonPentagon shape.
HexagonHexagon shape.
HeptagonHeptagon shape.
OctagonOctagon shape.
NonagonNonagon shape.
DecagonDecagon shape.
FivePointStarFive Point Star shape.
SixPointStarSix Point Star shape.
SevenPointStarSeven Point Star shape.
EightPointStarEight Point Star shape.
ArrowUpArrow up shape.
ArrowDownArrow down shape.
ArrowLeftArrow left shape.
ArrowRightArrow right shape.
RefreshRefresh shape.
HeartHear shape.
RibbonRibbon shape.
ZapZap shape.
TrophyTrophy shape.
ChatChat bubbles shape.
PeacePeace shape.
ThumbsUpThumbs up shape.
ThumbsDownThumbs down shape.
PointLeftPoint left shape.
PointRightPoint right shape.
PointUpPoint up shape.
PointDownPoint down shape.
HandHand shape.
FlagFlag shape.
PlanePlane shape.
DropDrop shape.
FlakeFlake shape.
HourglassHourglass shape.
MouseMouse shape.
FolderFolder shape.
CandleCandle shape.
QuoteQuote shape.
BellBell shape.
CloverClover shape.
XX shape.
CheckCheck shape.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ShapeType

See Also

© 2010 All Rights Reserved.