Problem with error series(LR style) having multiple points
Posted: Wed Jan 22, 2014 2:39 pm
We are using tee chart for .net (Version 4.1.2013.7302)
We are facing one problem while drawing error series with left-right style having multiple points in it.
Let’s consider following example:
Say we have error series with 5 points values as follows
X = {0,1,2,3,4}
Bar = {50,80,20,60,40}
Std. Error = {10,20,8,30,5}
When we plot the above error series data with error style as left and right; error series is set invisible if its bar value > bottom axis maximum value.
This problem is only observed for error series with left and right style and that too having multiple points. If there is single point data per error series, it is visible perfectly, irrespective of any value of bar and bottom axis maximum.
To illustrate more -
Consider first set of data from the above values { X = 0 , Bar = 50 , Std. Err. = 10 }.
If error series with left-right error style is drawn with this data, it is perfectly visible till x axis max value > 50.
If we try to set bottom axis max value to anything less than 50, series/line corresponding to this point is set invisible.
This isn’t the case with error with top-bottom style. In this case, even if left axis max value is lesser than that of bar value, series is perfectly visible.
We tried to find out reason behind it but haven’t found any. Also, we traced earlier versions, but in vain.
Please let us know is this a known issue. Kindly suggest if there is any way to avoid such behavior.
TIA,
Chandran
We are facing one problem while drawing error series with left-right style having multiple points in it.
Let’s consider following example:
Say we have error series with 5 points values as follows
X = {0,1,2,3,4}
Bar = {50,80,20,60,40}
Std. Error = {10,20,8,30,5}
When we plot the above error series data with error style as left and right; error series is set invisible if its bar value > bottom axis maximum value.
This problem is only observed for error series with left and right style and that too having multiple points. If there is single point data per error series, it is visible perfectly, irrespective of any value of bar and bottom axis maximum.
To illustrate more -
Consider first set of data from the above values { X = 0 , Bar = 50 , Std. Err. = 10 }.
If error series with left-right error style is drawn with this data, it is perfectly visible till x axis max value > 50.
If we try to set bottom axis max value to anything less than 50, series/line corresponding to this point is set invisible.
This isn’t the case with error with top-bottom style. In this case, even if left axis max value is lesser than that of bar value, series is perfectly visible.
We tried to find out reason behind it but haven’t found any. Also, we traced earlier versions, but in vain.
Please let us know is this a known issue. Kindly suggest if there is any way to avoid such behavior.
TIA,
Chandran