dotnetCHARTING Send comments on this topic.
ElementMarker Constructor(ElementMarkerType)
See Also 
dotnetCHARTING Namespace > ElementMarker Class > ElementMarker Constructor : ElementMarker Constructor(ElementMarkerType)


dType
Element marker type of this marker.
Initializes an instance of ElementMarker with a built in icon (ElementMarkerType).

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal dType As ElementMarkerType _
)
Visual Basic (Usage) Copy Code
Dim dType As ElementMarkerType
 
Dim instance As ElementMarker(dType)
C#  
public ElementMarker( 
   ElementMarkerType dType
)

Parameters

dType
Element marker type of this marker.

See Also