.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ElementMarkerType Enumeration
ElementMarkerType Enumeration
Built in element marker icons.
Syntax
'Declaration
 
Public Enum ElementMarkerType 
   Inherits System.Enum
'Usage
 
Dim instance As ElementMarkerType
public enum ElementMarkerType : System.Enum 
Members
MemberDescription
ArrowDownMarker is drawn as an arrow pointing down.
ArrowUpMarker is drawn as an arrow pointing up.
CircleMarkers is drawn as a circle.
DiamondMarkers is drawn as a diamond.
DividendMarkers is drawn as a financial dividend paid indicator.
FivePointStarMarkers is drawn as a five point star.
FourPointStarMarkers is drawn as a four point star.
MergerMarkers is drawn as a financial merger.
NoneDoes not draw a marker
RectangleMarkers is drawn as a square.
ReverseSplitMarkers is drawn as a financial reverse split.
SevenPointStarMarkers is drawn as a seven point star.
SixPointStarMarkers is drawn as a six point star.
SpinoffMarkers is drawn as a financial spinoff.
SplitMarkers is drawn as a financial split.
SquareMarkers is drawn as a square.
TriangleMarkers is drawn as a triangle.
TriangleUpsideDownMarker is drawn as a triangle pointing down.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.ElementMarkerType

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