package org.ripple.power.ui.graphics.chart; public enum Position { CENTER, BELOW, ABOVE, LEFT, RIGHT; }