LegendCellColumn.SeriesSymbolSize Property

Definition

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

public:
 virtual property System::Drawing::Size SeriesSymbolSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
public virtual System.Drawing.Size SeriesSymbolSize { get; set; }
member this.SeriesSymbolSize : System.Drawing.Size with get, set
Public Overridable Property SeriesSymbolSize As Size

Property Value

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.

Remarks

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.

Applies to