isCategoryAxisAvail property

bool get isCategoryAxisAvail

True if chart has a category axis. False otherwise. Read-only.

Implementation

bool get isCategoryAxisAvail {
  return true;
}