I have a chart in a Report Viewer control:

Series data is a sum:

Problem How to make the Redemptions axis into a percentage? eg 5am has 45% of the total redemptions for that day
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.
without seeing your data, i’m going to guess that you’ll probably have to do an aggregate of each day’s Redemtpions, then join that to each time period.
so, without knowing your data or anything, here’s an example: