Sets or returns the Font for this DataPoint's legend entry.

<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 LegendEntryFont{ get; set; }
</pre></td></tr></table>
<p>Public Property LegendEntryFont() As Font</p>

These legend entries are only visible in certain cases:

  • If a chart has any trendlines, they are not visible
  • If a chart is a pie or doughnut chart, and it has only one Series or only one set of related series, they are visible
  • If a chart has only one series and Series.VaryColorsByPoint is set to true, and it's a type of chart which supports VaryColorsByPoint, they are visible. (Supported charts are all charts which are not Area charts, Surface charts, or filled-in radar charts.)

In all other cases these are not visible.

When data point legend entry fonts are not visible, series legend entries and trendline entries are shown instead.