dotnetCHARTING Send comments on this topic.
Value Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : Value Property


Gets or sets the value of this legend entry.

Syntax

Visual Basic (Declaration) 
Public Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As LegendEntry
Dim value As String
 
instance.Value = value
 
value = instance.Value
C# 
public string Value {get; set;}

Remarks

This string specified in the legend box column Template by the token '%Value'.

See Also

© 2010 All Rights Reserved.