Initializes a new instance of the LegendEntry class with a Name, Value and icon color.
[Visual Basic]
Public Function New( _
ByVal nameString As String, _
ByVal valueString As String, _
ByVal iconBackgroundColor As Color _
)
[C#]
public LegendEntry(
string nameString,
string valueString,
Color iconBackgroundColor
);
LegendEntry Class | LegendEntry Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.