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


labelText
Empty element label text.
color
Empty element color.
Initializes a new instance of the EmptyElement class with a label string and color.

Syntax

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

Parameters

labelText
Empty element label text.
color
Empty element color.

See Also

© 2010 All Rights Reserved.