LegendCell.SeriesSymbolSize Property

Definition

Gets or sets the size of the series symbol that is displayed in the legend cell.

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 as a percentage of the legend font size. 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.

The SeriesSymbolSize property is only applicable if the CellType property is set to SeriesSymbol.

Applies to