axis property

String axis

Implementation

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

Implementation

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