Group: Forum Members
Last Active: 12 Years Ago
Posts: 5,
Visits: 1
|
Hi,
I have been trying to bind DataReader with Bar chart. I have successfully created a chart with one series. But not able to create a Cluster Bar Chart using imported data from DataReader(the DataReader contains multiple columns). Does anybody have a sample example for me??
Thanks.
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Christie, In order to create a cluster bar you'll need two or more instances of bar series. This means that you cannot directly use the automatic data import from a single sql table / view as there must be some logic that groups the bars into clusters. Can you post the table schema as well as some sample data on what you actually want to chart? - this will be helpful to provide a code snippet showing how to achieve this.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 5,
Visits: 1
|
Thank you Nevron Tech Support team for the reply. But I have successfully created a Cluster Bar Chart with 2 series.
Thanks.
|