.netCHARTING v10.5 Documentation


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

Parameters

nameString
Sets the LegendEntry.Name property.
valueString
Sets the LegendEntry.Value property.
iconString
Sets the string representation of the icon.
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