Package 

Class LabelXPosition


  • 
    public class LabelXPosition
    
                        

    Class that translates x coordinate for the label.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class LabelXPosition.CanvasPosition

      Makes no translation. 0 is left corner. Right corner is canvas width

      public final class LabelXPosition.ChartPosition

      Depends 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 class LabelXPosition.PaddingPosition

      Positions either in LEFT or RIGHT canvas padding.

    • Method Summary

      Modifier and Type Method Description
      abstract Float getXValue(BasicChartDrawer basicChartDrawer)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait