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


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

Syntax

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

Parameters

labelText
Label text.
color
Color
markerColor
Marker color.

See Also

© 2010 All Rights Reserved.