Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: OutOfMemoryException Pin
qwerty532-Jul-09 9:15
qwerty532-Jul-09 9:15 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 11:12
Henry Minute2-Jul-09 11:12 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 11:18
sitebuilderLuc Pattyn2-Jul-09 11:18 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 12:03
Henry Minute2-Jul-09 12:03 
GeneralRe: OutOfMemoryException Pin
Luc Pattyn2-Jul-09 12:17
sitebuilderLuc Pattyn2-Jul-09 12:17 
GeneralRe: OutOfMemoryException Pin
Henry Minute2-Jul-09 12:23
Henry Minute2-Jul-09 12:23 
AnswerRe: OutOfMemoryException Pin
harold aptroot2-Jul-09 11:38
harold aptroot2-Jul-09 11:38 
QuestionMSChart RangeColumn type chart [modified] Pin
JohnQuar12-Jul-09 7:23
JohnQuar12-Jul-09 7:23 
Hello,
I am trying to create a RangeColumn chart in Visual Studio 2008 with C#. All of my data is being brought in through a DB and is fairly simple.

I have two columns, a category and a value.

I want the first category to be displayed normally with y= 0 and then go to y= 200. Then I want the second category to start at y=200 then go to y=300, so basically it would not be starting at zero anymore. Ive heard this referred to as a waterfall chart, but not entirely sure.

I do not how to do this with just two columns of data. Do I need to create a query that does all of the math or is there a way do to this through the properties in MSChart?

Data



Category Total
Device 38111
Plant 6063
Improvement 2266


ex
DEVICES: x=0, y1= 0, y2= 38111
PLANT: x=1, y1= 38111, y2 = 44174
IMPROVEMENTS: x=2, y1= 44174, y2 = 46440

I have been making all of the charts entirely through the design mode of Visual Studio 2008, and have not played with the code at all.

I would be forever indebt to you if you could help out. Thanks!

JM

modified on Thursday, July 2, 2009 1:45 PM

Questionhi friends Pin
jeyaluxmy2-Jul-09 6:17
jeyaluxmy2-Jul-09 6:17 
AnswerRe: hi friends Pin
Rajesh R Subramanian2-Jul-09 6:27
professionalRajesh R Subramanian2-Jul-09 6:27 
AnswerRe: hi friends Pin
led mike2-Jul-09 6:37
led mike2-Jul-09 6:37 
AnswerRe: hi friends Pin
Henry Minute2-Jul-09 6:40
Henry Minute2-Jul-09 6:40 
JokeRe: hi friends Pin
musefan2-Jul-09 6:48
musefan2-Jul-09 6:48 
QuestionC# threads and invoking Pin
Blue3652-Jul-09 6:15
Blue3652-Jul-09 6:15 
AnswerRe: C# threads and invoking Pin
Henry Minute2-Jul-09 6:44
Henry Minute2-Jul-09 6:44 
GeneralRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 6:50
sitebuilderLuc Pattyn2-Jul-09 6:50 
GeneralRe: C# threads and invoking Pin
Henry Minute2-Jul-09 6:56
Henry Minute2-Jul-09 6:56 
AnswerRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 6:49
sitebuilderLuc Pattyn2-Jul-09 6:49 
GeneralRe: C# threads and invoking Pin
Blue3652-Jul-09 12:22
Blue3652-Jul-09 12:22 
GeneralRe: C# threads and invoking Pin
Luc Pattyn2-Jul-09 12:53
sitebuilderLuc Pattyn2-Jul-09 12:53 
AnswerRe: C# threads and invoking Pin
Alan N2-Jul-09 8:29
Alan N2-Jul-09 8:29 
QuestionGridView and making my site look like this page Pin
mjc2252-Jul-09 6:12
mjc2252-Jul-09 6:12 
AnswerRe: GridView and making my site look like this page Pin
Moim Hossain2-Jul-09 9:30
Moim Hossain2-Jul-09 9:30 
QuestionEnumerate Custom Class Pin
Dowse2-Jul-09 4:40
Dowse2-Jul-09 4:40 
AnswerRe: Enumerate Custom Class Pin
Thomas Weller2-Jul-09 5:36
Thomas Weller2-Jul-09 5:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.