horizontalAxis property

AxisGuide horizontalAxis

A specification for horizontal axis.

Implementation

static AxisGuide get horizontalAxis => AxisGuide(
      line: strokeStyle,
      label: LabelStyle(
        textStyle: textStyle,
        offset: const Offset(0, 7.5),
      ),
    );