I am using Dundas charts in a ASP.NET web page and C# as the code behind language.
I have a 2 series of data.
One which is a bar which denotes a maximum temperature. The second series holds the minimum temperature and needs to be represented on top (not stacked or next to) of the bar chart as a diamond or marker.
I can quite easily have the minimum temperature from series 2 appear as another bar next to series 1 but I want to show the series 2 temperature as a point over the series 1 bar.
Any ideas how I do this?
Cheers,
-- Lee