I have used XYStepRenderer for create the following step chart.
Code: Select all
XYStepRenderer sxyir = new XYStepRenderer();

I have faced a problem.I want to highlight the point with the square shape whenever i got a value in a specific time.
Suppose in this graph i have got value 9 at 07:19:57 AM and again got 10 at 08:21:47 AM.
Now i need to highlight those points with a square shape point.
please help me by giving suggestion.
Thanks