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


labelText
Label text.
color
Color
markerColor
Marker color.
markerType
Marker type.
Initializes a new instance of the EmptyElement class with a label string, color, marker color and type.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal labelText As String, _
   ByVal color As Color, _
   ByVal markerColor As Color, _
   ByVal markerType As ElementMarkerType _
)
Visual Basic (Usage)Copy Code
Dim labelText As String
Dim color As Color
Dim markerColor As Color
Dim markerType As ElementMarkerType
 
Dim instance As EmptyElement(labelText, color, markerColor, markerType)
C# 
public EmptyElement( 
   string labelText,
   Color color,
   Color markerColor,
   ElementMarkerType markerType
)

Parameters

labelText
Label text.
color
Color
markerColor
Marker color.
markerType
Marker type.

See Also

© 2010 All Rights Reserved.