hasPlotArea property
bool
get
hasPlotArea
Gets a boolean value indicating whether the chart has plot area.
Implementation
bool get hasPlotArea {
return _plotArea != null;
}
Gets a boolean value indicating whether the chart has plot area.
bool get hasPlotArea {
return _plotArea != null;
}