hasAxisTitle property
bool
get
hasAxisTitle
Gets indicates whether chart axis have title or not.
Implementation
bool get hasAxisTitle {
return _titleArea != null;
}
Gets indicates whether chart axis have title or not.
bool get hasAxisTitle {
return _titleArea != null;
}