.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > LegendEntry Class > LegendEntry Constructor : LegendEntry Constructor(String,String)
Sets the LegendEntry.Name property.
Sets the LegendEntry.Value property.
LegendEntry Constructor(String,String)
Initializes a new instance of the LegendEntry class with a Name and Value.
Syntax
'Declaration
 
Public Function New( _
   ByVal nameString As String, _
   ByVal valueString As String _
)
'Usage
 
Dim nameString As String
Dim valueString As String
 
Dim instance As New LegendEntry(nameString, valueString)
public LegendEntry( 
   string nameString,
   string valueString
)

Parameters

nameString
Sets the LegendEntry.Name property.
valueString
Sets the LegendEntry.Value property.
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