Subscriber portal
Gets or sets the font for the legend cell.
public virtual Font Font { get; set; }
A Font object that represents the font for the legend cell. The default value is "Microsoft Sans Serif, 8pt".
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.
LegendCell ClassSystem.Web.UI.DataVisualization.Charting Namespace