Can someone help me figure out how to do this? I need to change the color/shape of a datapoint based on a value in the datasource. If a certain value for each datarow is empty, display one shape. Otherwise, default to another shape.
I've tried using code blocks in the aspx file, but that isn't allowed.
I'm also trying to control it from the code behind, but I'm not sure how to access the datapoint once it has been plotted on the graph
Thanks!