Hi, Stefan, thank you for your response. But could you explain the logic behind the crossing values "25", "26", "27", "28", because there is only 12 data points? Should I account for the generated values on dateAxis? what if the data is even more scattered, how do you count when the data is dynamic?
0
Tsvetina
Telerik team
answered on 12 Jun 2017, 01:07 PM
Hello Peter,
These numbers represent the point values at which the given axis will be crossed by the other axes. If you specify numbers that are larger than any of the category values available, then the value axes will cross the category axis at its end. So, you can safely define these as 20000 or 200000 and you will get the same result. You just need to declare values that are large enough to be bigger than any category value.