Create “L” shape curved line with dynamic data
I want to draw a pure dynamic view like below image I have two arraylist List<String> type and List<Float> level; type have name (max,type1,type2, etc) and level have marker value of type level will always lie between 0 to 1 and type will be a string, value of both level and type will come from server. We have two fixed label - min and max . Suppose I got .4 for min and .5 for max from server then all type (type1, type2, type3, etc) will lie between .4 and .5 . Then all rest of types should be arrange like crooked line, but if we get value for min is .001 and for max .9 then we have enough