This documentation is archived and is not being maintained.
LegendCell.ImageSize Property
.NET Framework (current version)
Gets or sets the size of the image in a legend cell.
Namespace:
System.Web.UI.DataVisualization.ChartingAssembly:
System.Web.DataVisualization (in System.Web.DataVisualization.dll)
public virtual Size ImageSize { get; set; }
Property Value
Type:
System.Drawing.SizeA Size value that represents the size of the image. The default value is (0,0), which means the original size of the image will be used.
The ImageSize property is used to explicitly set the width and height of the legend cell image.
This property is only applicable if the CellType property is set to Image.
.NET Framework
Available since 4.0
Return to top