Legend cell image size (as a percentage of legend font size). Set CellType to Image to use this property. 
 Syntax
Syntax
| Visual Basic (Declaration) |  | 
| <DefaultValueAttribute()>
<CategoryAttribute("Layout")>
<TypeConverterAttribute("Dundas.Charting.WebControl.Design.SizeEmptyValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")>
<DescriptionAttribute("Legend cell image size as a percentage of legend font size. If property is set to Size.Empty, the original image size (in pixels) is used.")>
Public Overridable Property ImageSize As Size | 
 
| Visual Basic (Usage) |  Copy Code | 
| Dim instance As LegendCell
Dim value As Size
 
instance.ImageSize = value
 
value = instance.ImageSize
 | 
 
| C# |  | 
| [DefaultValueAttribute()]
[CategoryAttribute("Layout")]
[TypeConverterAttribute("Dundas.Charting.WebControl.Design.SizeEmptyValueConverter, Dundas.SharePoint.Charting.WebParts, Version=2.5.0.0, Culture=neutral, PublicKeyToken=fab2f7696049aaca")]
[DescriptionAttribute("Legend cell image size as a percentage of legend font size. If property is set to Size.Empty, the original image size (in pixels) is used.")]
public virtual Size ImageSize {get; set;} | 
  
Remarks
 Requirements
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
 See Also
See Also