I am working on a ASP.NET project and I have a bar chart with two data sets alongside each other. How do I get them to over lap.
One item of data is a tank size, the other is the current level.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I changed to the ChartType on one of the bars to column and one to stacked – this might be a dirty way but i works. Thats all I care about.