This documentation is archived and is not being maintained.
Legend::CustomItems Property
Visual Studio 2010
Gets a T[:System.Web.UI.DataVisualization.Charting.LegendItemsCollection] object used for custom legend items.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::InnerProperty)] [BindableAttribute(true)] public: property LegendItemsCollection^ CustomItems { LegendItemsCollection^ get (); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::LegendItemsCollectionA LegendItemsCollection object.
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.
To modify legend items, use the CustomizeLegend event.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: