Dundas Chart for Windows Forms
SeriesSymbolSize Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendCell Class : SeriesSymbolSize Property


Gets or sets the size of the series symbol which is displayed in the legend cell.
Legend cell series symbol size (as a percentage of legend font size). Set CellType to SeriesSymbol to use this property.

Syntax

Visual Basic (Declaration)  
Public Overridable Property SeriesSymbolSize As Size
Visual Basic (Usage) Copy Code
Dim instance As LegendCell
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 CellType 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

© 2009 All Rights Reserved.