LegendCellColumn.SeriesSymbolSize Property

.NET Framework (current version)
 

Gets or sets the size of the series symbol displayed in a legend cell column.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public virtual Size SeriesSymbolSize { get; set; }

Property Value

Type: System.Drawing.Size

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

The size of the series symbol is measured as a percentage of the legend font size.

This property is only applicable if the LegendCellColumnType property is set to SeriesSymbol.

.NET Framework
Available since 4.0
Return to top
Show: