In Y axis data is repeated as 00 00 00 00 00 01 01 01 01 01, the data should be 00,01 02 .... Here i cant set Min Range and Max Range.
Please help to solve the above problem Iam using UltraChart 9.2 .
Thanks in advance
Regards and Thanks
Paul Sussil
Hi Sandman,
Thank you very much. I got the exact result.
Regards
Paul
Hi Paul,
Find attached my sample project. Please, review it and let me know if the issue is still observed.
Thank you for your prompt response.
I have added the options that you have suggested
1) TickmarkInterval="1"
2) ItemFormatString="<DATA_VALUE:00>"
Now, I am seem to be getting a new problem; the labels are being repeated in Y Axis; for example, the values 01, 02, 03, 04 are repeated twice as shown in the attached image...
thanks
You should set the following y axis properties:
TickmarkStyle="DataInterval" TickmarkInterval="1"
and keep the default y axis label
ItemFormatString="<DATA_VALUE:00>"
As I see your data has only 1s, so the y axis will show 00 and 01. If you provide bigger y axis value data, you will observed the desired behavior.
Hi,
Thanks for your suggestion.
I have modified the code, data repetition problem solved but i didnt get actual output. My client requirement is not solved fully. Now am getting chart like
My client requirement is in Y axis the data should be in whole or integer value not in double ,i.e 1,2,3...
With Regards