Team,
I have been trying to add an OLAP x-axis to xamDataChart. I am binding the flat datasource to the olap x-axis. The datasource is dynamic in nature. I am unable to assign the flat datasource as olap axis source in code behind.
thanks,
Srikanth
Hello Srikanth,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.
Hi Stefan,
Thanks for your response.
I need to have the entire logic in code behind(c#) to bind data to olap axis. I attached the sample project for your reference. I'm getting data from various sources and DataTable is my only option. In this project, I have sample data which is avaiable in Excel file in Bin folder. I'm converting this values to my datatable and convert them as FlatDataSource. I'm using this flatdatasource to my xamdatachart.
Please help on this to visualize data in XamDataChart with OlapAxis.
Regards
Sorry. Forget to attach the samples. Here it is.
Hello,
I have been looking into your sample and I can say that thre were issues in OlapAxis in versions 11.2 and 12.1, where it was a CTP. Now in 12.2 it is officialy released and the issues are fixed. I modified your sample, so now it works correctly with version 12.1, so I can suggest you download it.
Hope this helps you.