Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Create range bar graph directly in C# (using System.Windows.Forms.DataVisualization.Charting.Chart) . by manual key-in datapoints, try to generate a similar output as below (in paper and in C#). Add the following data also:
1. data point(blue) with X value = 3, Y value = 5,12, X value = 4, Y value 8,21,
2. data point(green) with X value = 3, Y value = +4 at the end of the blue data point with value X =3; X value = 4, Y value = +6 at the end of the blue data point with X value = 4

green data points should always touch the end of blue data points at the right most but cannot overlap on any blue data points
Posted
Updated 23-Jul-14 5:28am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900