Sets or returns the font for text in the chart region.
(ChartRegions obtained from Chart.PlotArea don't support fonts.)

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public Font Font{ get; set; }
</pre></td></tr></table>
<p>Public Property Font() As Font</p>

If the ChartRegion object represents the chart area, the font returned will be the font for the entire chart. Setting a property on this font will cause all other fonts in the chart to have the same font as the chart area.

If the ChartRegion represents a legend, the font returned will be the font for all items in the legend. Setting a property on this font will also set this property for all other fonts inside the legend.

If the ChartRegion represents a series label, the font returned will be the font for all data labels in the series. Setting a property on this font will also set this property for all data point labels of this series.

There is no font for the plot area.