annotations.add(new CartesianCustomAnnotation(verticalAxis, horizontalAxis, 1750.00, "Nov 26", new Annotation(1, 250.00, new Date((long) 1442030400000.0), R.drawable.billgreen, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 1450.00, "Nov 29", new Annotation(2,150.00, new Date((long)1442030400000.0), R.drawable.billgreen, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 2950.00, "Dec 1", new Annotation(3, 1500.00, new Date((long)1442030400000.0), R.drawable.money, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 2835.00, "Dec 4", new Annotation(4, 115.00, new Date((long)1442030400000.0), R.drawable.billorange, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 2608.00, "Dec 8", new Annotation(5, 227.00, new Date((long)1442030400000.0), R.drawable.billmultiple, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 1482.00, "Dec 14", new Annotation(6, 69.00, new Date((long)1442030400000.0), R.drawable.billgreen, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, -500.00, "Dec 15", new Annotation(7, 1057.00, new Date((long)1442030400000.0), R.drawable.piggybank, 100, 100)));
annotations.add(new CartesianCustomAnnotation( verticalAxis, horizontalAxis, 2982.00, "Dec 17", new Annotation(8, 1500.00, new Date((long)1442030400000.0), R.drawable.money, 100, 100)));
This is my data.
When I call inside a forloop
annotations.get(i).setHorizontalValue("Dec 1");
annotations.get(i).requestRender();
I get no change in the annotation positions.