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


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

Syntax

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

Parameters

labelText
Label text.
color
Color
marker
Marker object.

See Also

© 2010 All Rights Reserved.