Intersoft ClientUI Documentation
LegendItems Property (UXChart)



Gets the collection of legend items.
Syntax
<CategoryAttribute("Common Properties")>
Public ReadOnly Property LegendItems As IEnumerable
Dim instance As UXChart
Dim value As IEnumerable
 
value = instance.LegendItems
[CategoryAttribute("Common Properties")]
public IEnumerable LegendItems {get;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ LegendItems {
   IEnumerable^ get();
}
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

Reference

UXChart Class
UXChart Members

Send Feedback