Adding second series asp charts.

Soldato
Joined
8 Mar 2005
Posts
3,808
Location
London, UK
OK, so I've been gnawing my own wrists for a few hours trying to add a second series to a chart within Visual Web Developer 2010.

It pulls from a sql connection which contains a various fields to include a Date (x) and then 3 seperate numeric values representing a percent average. So using a simple line chart I'm attempting to show all 3 values over a period of time. However I'm utterly unable to select a different value (y), it will simple change the y value for all series!

gnaw.gif


the screenshot above will hopefully better illustrate what I'm trying to do. If I change Series2 Y Value, it will also change Series1. I'm clearly doing something wrong but I have no idea what.

Any pointers,advice mush appreciated.

Cheers, Paul.

EDIT
Typically, after going over each and every option again, It appears you can actually only set this within the Series properties. What a pain in the backside!
 
Last edited:
Back
Top Bottom