Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi Developers,
I m trying to load data in Line Chart by using Date Time picker widget after selection of specific date and time but still data is not showing in Line Chart.
please check my binding.
Solved! Go to Solution.
Use debug tools to find out if the service was called and returned data successfully (green thumb icon)
If yes, you need to check the binding of the result data to the line chart (Fields Data, XAxisField and DataField1)
If no, check error logs, maybe also bind "RangeChanged" event.
Please specify which version of the program you are using.
Use debug tools to find out if the service was called and returned data successfully (green thumb icon)
If yes, you need to check the binding of the result data to the line chart (Fields Data, XAxisField and DataField1)
If no, check error logs, maybe also bind "RangeChanged" event.
Hello @Pratik_Aswale,
It looks like you have some responses on your topic from some community members. If any of these replies helped you solve your question please mark the appropriate reply as the Accepted Solution.
Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.
Thanks,
Community Moderation Team.