LegendEntry Constructor(String,String,Color)
Syntax
'Declaration Public Function New( _ ByVal nameString As String, _ ByVal valueString As String, _ ByVal iconBackgroundColor As Color _ )
'Usage Dim nameString As String Dim valueString As String Dim iconBackgroundColor As Color Dim instance As New LegendEntry(nameString, valueString, iconBackgroundColor)
public LegendEntry( string nameString, string valueString, Color iconBackgroundColor )
Parameters
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