aggressiveOption property

EnumValue get aggressiveOption

Gets or sets which aggressive option is being used to look for link crossings. The default value is LayeredDigraphLayout.AggressiveLess. The fastest option is LayeredDigraphLayout.AggressiveNone.

Implementation

_i3.EnumValue get aggressiveOption => _i4.getProperty(
      this,
      'aggressiveOption',
    );
set aggressiveOption (EnumValue value)

Implementation

set aggressiveOption(_i3.EnumValue value) {
  _i4.setProperty(
    this,
    'aggressiveOption',
    value,
  );
}