attach method

void attach(
  1. CartesianCanvasDelegate newDelegate
)

Implementation

void attach(CartesianCanvasDelegate newDelegate) =>
    canvasDelegate = newDelegate;