obtainTicks method

List<String> obtainTicks()

Implementation

List<String> obtainTicks() {
  return axis.buildTicks(scale);
}