Hello Peshito,
Please consider chart given at this link :
http://www.telerik.com/help/silverlight/radchart-features-axes-multiple-y-axes.html
The chart is showing multiple Y-Axis namely "MegaWatt[MW]" and KiloWatt[KW]". The chart is having multiple series binds to these Y-Axis. These series legend are "North[MW]" and "South[KW]" respectively. As per this chart, we are having values available for both of these series for X-Axis labels namely 1,2,3....10. So, both the vertical bars are getting display for corresponding X-Axis label.Suppose, we are having only one series(legend:North[NW]) value available for X-Axis label 2. At that point of time, only one vertical should get display for X-Axis label 2.
We are exactly having the same requirement described in above paragraph. But in our case, we are displaying four series. So, we are having four vertical bars gets displayed for corresponding X-label.First vertical bar represents Series 1 Value. Second vertical bar represents series 2 value.Third vertical bar represents series 3 value.Fourth vertical bar represents Series 3 value. Now consider the case where we are having values available for series 1,series 3, series 4 , but not for series 2 for one of the X-Axis label. In that case, 3 vertical bars related to series 1, series 3 and series 4 are getting displayed, but they are leaving empty/white space for series 2 vertical bar. This is something unexpected. We want that all the 3 vertical bars related to series 1,series 3 and series 4 should displayed together if value for series 2 vertical bar is not available. How to achieve the case of displaying vertical bars together/side by side to each other even if the value for one of the vertical bars is not available ?
Please let us know your view on this. Hope this will clarify our exact problem. If you provide code sample for this, it would be great help.
Thanks in advance,
Kinnar