Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am not able to create multiple chart areas on single chart control using DataBindCrossTable object of chartcontrol. i.e i have dataset with two tables i want to bind these two tables to two chart areas how to do this please give me some suggestions or some sample code.

i am binding data to chart control using :
C#
Chart4.DataBindCrossTable(dt.AsEnumerable(),"NonConsolidateCount","ShipDay","TotalCount","Tooltip=Shipday, Label=TotalCount"); 

it creates one chart area but i want one more chart area to display ConsolidateConunt report.

Thanks.
Posted
Updated 30-Sep-12 20:06pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900