drawLabel method

  1. @override
void drawLabel(
  1. Canvas c,
  2. String formattedLabel,
  3. double? x,
  4. double y,
  5. MPPointF anchor,
  6. double angleDegrees,
  7. XAxisPosition position,
)
override

Implementation

@override
void drawLabel(Canvas c, String formattedLabel, double? x, double y,
    MPPointF anchor, double angleDegrees, XAxisPosition position) {
  Utils.drawRadarXAxisValue(c, formattedLabel, x, y, axisLabelPaint!, anchor,
      angleDegrees, position);
}