Threshold in AchartEngine?

I'm new to android and I'm using AChartEngine to create charts. I would like to know if there is a way to set the threshold line for a chart in AchartEngine?

An example would be the presence of threshold values ​​in a temperature chart at 32 degrees F and 212 degrees F. Below 32, the line can be of the same color, it can be a different color between 32 and 212 and a different color above 212.

+3
source share
1 answer

You can do this with histograms by turning on the gradient and setting the colors of the start and end gradient, but not with line charts.

+1
source

All Articles