LegendItem.Cells Property
.NET Framework 4.5
Gets the collection of cells in the legend item.
Namespace: System.Web.UI.DataVisualization.Charting
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode.InnerProperty)] public LegendCellCollection Cells { get; }
Property Value
Type: System.Web.UI.DataVisualization.Charting.LegendCellCollectionA LegendCellCollection object.
A legend item consists of one or more legend cells, each represented by a LegendCell object and stored in a LegendCellCollection.
Note |
|---|
This property is applicable to the entire LegendItem. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note