isValueAxisAvail property

bool get isValueAxisAvail

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

Implementation

bool get isValueAxisAvail {
  return true;
}