Legend constructor

Legend()

default constructor

Implementation

Legend() {
  textSize = Utils.convertDpToPixel(10);
  xOffset = Utils.convertDpToPixel(5);
  yOffset = Utils.convertDpToPixel(3); // 2
}