.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > LegendEntry Class : CustomAttributes Property
CustomAttributes Property (LegendEntry)
Gets or sets a ListCollection that represents additional entry attributes.
Syntax
'Declaration
 
Public Property CustomAttributes As ListCollection
'Usage
 
Dim instance As LegendEntry
Dim value As ListCollection
 
instance.CustomAttributes = value
 
value = instance.CustomAttributes
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 '%'.
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