axis property

String get axis

Implementation

String get axis => js_util.getProperty(this, 'axis');
set axis (String newValue)

Implementation

set axis(String newValue) {
  js_util.setProperty(this, 'axis', newValue);
}