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


Gets or sets a ListCollection that represents additional entry attributes.

Syntax

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

Remarks

In addition to name, value, and icon, the legend entry can contain further information such as descriptions or comments. These attributes will appear in a legend box when the LegendBox.Template string contains the custom attribute key prefixed with a '%'.

See Also