axis property

Axis axis
final

The axis along which the dashed line should be drawn. axis values can be Axis.horizontal or Axis.vertical Use Axis.horizontal to draw a horizontal dashed line Use Axis.vertical to draw a vertical dashed line.

Implementation

final Axis axis;