.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > EmptyElement Class > EmptyElement Constructor : EmptyElement Constructor(String,Color,ElementMarker)
Label text.
Color
Marker object.
EmptyElement Constructor(String,Color,ElementMarker)
Initializes a new instance of the EmptyElement class with a label string, color, and marker object.
Syntax
'Declaration
 
Public Function New( _
   ByVal labelText As String, _
   ByVal color As Color, _
   ByVal marker As ElementMarker _
)
'Usage
 
Dim labelText As String
Dim color As Color
Dim marker As ElementMarker
 
Dim instance As New EmptyElement(labelText, color, marker)
public EmptyElement( 
   string labelText,
   Color color,
   ElementMarker marker
)

Parameters

labelText
Label text.
color
Color
marker
Marker object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also