setEndX method

AreaStyle setEndX(
  1. int x
)

Implementation

AreaStyle setEndX(int x) {
  areaFormat.endX = x;
  return this;
}