setForm method

void setForm(
  1. LegendForm form
)

Implementation

void setForm(LegendForm form) {
  _form = form;
}