dotnetCHARTING Send comments on this topic.
LegendEntry Constructor(String,String,String)
See Also 
dotnetCHARTING Namespace > LegendEntry Class > LegendEntry Constructor : LegendEntry Constructor(String,String,String)


nameString
Sets the LegendEntry.Name property.
valueString
Sets the LegendEntry.Value property.
iconString
Sets the string representation of the icon.
Initializes a new instance of the LegendEntry class with a Name, Value and icon background.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nameString As String, _
   ByVal valueString As String, _
   ByVal iconString As String _
)
Visual Basic (Usage)Copy Code
Dim nameString As String
Dim valueString As String
Dim iconString As String
 
Dim instance As LegendEntry(nameString, valueString, iconString)
C# 
public LegendEntry( 
   string nameString,
   string valueString,
   string iconString
)

Parameters

nameString
Sets the LegendEntry.Name property.
valueString
Sets the LegendEntry.Value property.
iconString
Sets the string representation of the icon.

See Also

© 2010 All Rights Reserved.