LegendCellColumn.SeriesSymbolSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.