isCategoryAxisAvail property
bool
get
isCategoryAxisAvail
True if chart has a category axis. False otherwise. Read-only.
Implementation
bool get isCategoryAxisAvail {
return true;
}
True if chart has a category axis. False otherwise. Read-only.
bool get isCategoryAxisAvail {
return true;
}