Dundas Chart for ASP.NET
SeriesSymbolSize Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > LegendCellColumn Class : SeriesSymbolSize Property


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

Syntax

Visual Basic (Declaration)  
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#  
public virtual Size SeriesSymbolSize {get; set;}

Return Value

A Size object that represents the size of the series symbol.  Default values for width and height are 200 and 70, respectively.

Remarks

SeriesSymbolSize is measured as a percentage of the legend font size.  This property is only applicable if the ColumnType property is set to SeriesSymbol.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.