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


dType
Element marker type of this marker.
size
The size of this marker.
color
The color of this marker.
Initializes an instance of ElementMarker with a built in icon (ElementMarkerType), size, and color.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dType As ElementMarkerType, _
   ByVal size As Integer, _
   ByVal color As Color _
)
Visual Basic (Usage)Copy Code
Dim dType As ElementMarkerType
Dim size As Integer
Dim color As Color
 
Dim instance As ElementMarker(dType, size, color)
C# 
public ElementMarker( 
   ElementMarkerType dType,
   int size,
   Color color
)

Parameters

dType
Element marker type of this marker.
size
The size of this marker.
color
The color of this marker.

See Also

© 2010 All Rights Reserved.