This documentation is archived and is not being maintained.
LegendCell::CellSpan Property
Visual Studio 2010
Gets or sets the number of horizontal cells used to draw the contents of the legend cell.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Property Value
Type: System::Int32An integer value that represents the number of horizontal cells used to draw the legend cell contents. The default value is 1.
If the cell contents must extend beyond the cell width, you can set the CellSpan property to the number of cells required to fit the contents. This property is most often used if you wish to add an extended header or title to the legend.
When this property is set to a value larger than 1, empty legend cells must be added in order to accommodate the contents of the extended legend cell.
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: