Dundas.SharePoint.Charting.WebParts Send comments on this topic.
SeriesSymbolSize Property
See Also 
Dundas.Charting.WebControl Namespace > LegendCellColumn Class : SeriesSymbolSize Property


Legend column series symbol size of the items automatically generated for the series (as a percentage of legend font size).

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Legend column series symbol size (as a percentage of legend font size). This is only applicable to items that are automatically generated for the series.")>
<CategoryAttribute("Series Items")>
<DefaultValueAttribute()>
Public Overridable Property SeriesSymbolSize As Size
Visual Basic (Usage) Copy Code
Dim instance As LegendCellColumn
Dim value As Size
 
instance.SeriesSymbolSize = value
 
value = instance.SeriesSymbolSize
C#  
[DescriptionAttribute("Legend column series symbol size (as a percentage of legend font size). This is only applicable to items that are automatically generated for the series.")]
[CategoryAttribute("Series Items")]
[DefaultValueAttribute()]
public virtual Size SeriesSymbolSize {get; set;}

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