-
public class LabelXPositionClass that translates x coordinate for the label.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLabelXPosition.CanvasPositionMakes no translation. 0 is left corner. Right corner is canvas width
public final classLabelXPosition.ChartPositionDepends how chart is drawn. In LineChart and DoublePointChart 1 is above first data point. Barchart 1 is beggining of the first bar space. 2 is the end of the first bar space
public final classLabelXPosition.PaddingPositionPositions either in LEFT or RIGHT canvas padding.
-
Method Summary
Modifier and Type Method Description abstract FloatgetXValue(BasicChartDrawer basicChartDrawer)-
-
Method Detail
-
getXValue
abstract Float getXValue(BasicChartDrawer basicChartDrawer)
-
-
-
-