LegendItem.Cells Property

.NET Framework (current version)
 

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 ReadOnly Property Cells As LegendCellCollection

A legend item consists of one or more legend cells, each represented by a LegendCell object and stored in a LegendCellCollection.

System_CAPS_noteNote

This property is applicable to the entire LegendItem.

.NET Framework
Available since 4.0
Return to top
Show: