.netCHARTING v10.5 Documentation


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

Parameters

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