setEndY method

AreaStyle setEndY(
  1. int y
)

Implementation

AreaStyle setEndY(int y) {
  areaFormat.endY = y;
  return this;
}