Dundas Chart for Windows Forms
CustomItems Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Legend Class : CustomItems Property


Gets a LegendItemsCollection object, used for custom legend items.


Legend custom items collection

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property CustomItems As LegendItemsCollection
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As LegendItemsCollection
 
value = instance.CustomItems
C#  
public LegendItemsCollection CustomItems {get;}

Return Value

A LegendItemsCollection object.

Remarks

This collection property can be used to add, delete or modify custom legend items.

Custom legend items, unlike default legend items, do not have associated series or data points. Refer to the Default Legend Entries and Custom Legend Entries topics for further details.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.