Returns the border around the chart region.

<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 ChartLine BorderLine{ get; }
</pre></td></tr></table>
<p>Public ReadOnly Property BorderLine() As ChartLine</p>

By default, the borderline of Chart.ChartArea for new charts are visible. All other border lines for all other components of a chart are not visible by default.

If a default borderline is visible, which is the case for Chart area borderline, the default configuration for the line is:

  • Color: Color.SystemColor.AutomaticLine
  • Style: ChartLine.LineStyle.Solid
  • Weight: ChartLine.LineWeight.Narrow

If a default borderline is invisible, as is the case with legends, data labels, titles, and axes, the defaults are as follows:

  • Color: Color.SystemColor.Black
  • Style: ChartLine.LineStyle.None
  • Weight: ChartLine.LineWeight.Narrow