textArea property

ChartTextArea textArea

Gets the chart legend text area.

Implementation

ChartTextArea get textArea {
  _textArea ??= ChartTextArea(_chart);
  return _textArea!;
}