arcApproximationStep property

  1. @Deprecated('Use LineStyle for actions with properties.')
double get arcApproximationStep

Defines step of arc approximation. Smaller values make polyline smoother. Measured in degrees. Default: 12.

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
core.double get arcApproximationStep;
  1. @Deprecated('Use LineStyle for actions with properties.')
set arcApproximationStep (double val)

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
set arcApproximationStep(core.double val);