textArea property
ChartTextArea
get
textArea
Gets the chart legend text area.
Implementation
ChartTextArea get textArea {
_textArea ??= ChartTextArea(_chart);
return _textArea!;
}
Gets the chart legend text area.
ChartTextArea get textArea {
_textArea ??= ChartTextArea(_chart);
return _textArea!;
}