LegendCell.Font Property

Definition

Gets or sets the font for the legend cell.

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

Property Value

A Font object that represents the font for the legend cell. The default value is "Microsoft Sans Serif, 8pt".

Remarks

The Font property can be used to set font properties of the legend cell.

If you attempt to change the properties of this Font object at run time, a compilation error will occur. To set font properties at run time, you must create a new Font object.

Applies to