.netCHARTING v10.5 Documentation


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

Parameters

labelText
Label text.
color
Color
markerColor
Marker color.
markerType
Marker type.
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