Forum Discussion
sudhir_optima
14 years agoContributor
Hi helen,
Your workaround works. Thanks for this. But there are few issues.
1.Grouping No chnages when we swap the chart axis ( This is my application feature)
2. For few chart Labels , it shows two Group item for example
If Chart Label is 'Chezk Republic' it displayed two group item as
...grouping.grouping.grouping(22).Edit("Chezk")
...grouping.grouping.grouping(23).Edit.("Republic")
For above tow issues I guess we can use Regular Expression but i dont know how to use it for above cases.
Third major issue is , for large values in chart the scroll bar get activate. And above trick works only if the passing group item is visible on screen.Means the group item is there on the page, but we need to move the scroll bar. How to do this ?
Your workaround works. Thanks for this. But there are few issues.
1.Grouping No chnages when we swap the chart axis ( This is my application feature)
2. For few chart Labels , it shows two Group item for example
If Chart Label is 'Chezk Republic' it displayed two group item as
...grouping.grouping.grouping(22).Edit("Chezk")
...grouping.grouping.grouping(23).Edit.("Republic")
For above tow issues I guess we can use Regular Expression but i dont know how to use it for above cases.
Third major issue is , for large values in chart the scroll bar get activate. And above trick works only if the passing group item is visible on screen.Means the group item is there on the page, but we need to move the scroll bar. How to do this ?