Click here to Skip to main content
15,905,068 members
Home / Discussions / C#
   

C#

 
GeneralRe: getting data over website Pin
Lutosław18-Nov-10 6:56
Lutosław18-Nov-10 6:56 
GeneralRe: getting data over website Pin
SantokhSingh18-Nov-10 17:41
SantokhSingh18-Nov-10 17:41 
QuestionGrid view Caption Pin
4anusha417-Nov-10 19:57
4anusha417-Nov-10 19:57 
AnswerRe: Grid view Caption Pin
Pete O'Hanlon17-Nov-10 23:07
mvePete O'Hanlon17-Nov-10 23:07 
QuestionThreading in C# Pin
Anil Kumar.Arvapalli17-Nov-10 19:29
Anil Kumar.Arvapalli17-Nov-10 19:29 
AnswerRe: Threading in C# Pin
Abhinav S17-Nov-10 20:56
Abhinav S17-Nov-10 20:56 
GeneralRe: Threading in C# Pin
Anil Kumar.Arvapalli17-Nov-10 23:49
Anil Kumar.Arvapalli17-Nov-10 23:49 
GeneralRe: Threading in C# Pin
Dave Kreskowiak18-Nov-10 1:52
mveDave Kreskowiak18-Nov-10 1:52 
GeneralRe: Threading in C# Pin
_Erik_18-Nov-10 2:59
_Erik_18-Nov-10 2:59 
GeneralRe: Threading in C# Pin
Anil Kumar.Arvapalli18-Nov-10 3:53
Anil Kumar.Arvapalli18-Nov-10 3:53 
GeneralRe: Threading in C# [modified] Pin
_Erik_18-Nov-10 4:08
_Erik_18-Nov-10 4:08 
GeneralRe: Threading in C# Pin
Anil Kumar.Arvapalli18-Nov-10 17:54
Anil Kumar.Arvapalli18-Nov-10 17:54 
AnswerRe: Threading in C# Pin
Pete O'Hanlon17-Nov-10 22:05
mvePete O'Hanlon17-Nov-10 22:05 
QuestionPlot histogram Pin
pancakeleh17-Nov-10 18:47
pancakeleh17-Nov-10 18:47 
AnswerRe: Plot histogram Pin
Dr.Walt Fair, PE17-Nov-10 19:28
professionalDr.Walt Fair, PE17-Nov-10 19:28 
GeneralRe: Plot histogram [modified] Pin
pancakeleh17-Nov-10 19:41
pancakeleh17-Nov-10 19:41 
GeneralRe: Plot histogram Pin
Richard MacCutchan18-Nov-10 1:36
mveRichard MacCutchan18-Nov-10 1:36 
GeneralRe: Plot histogram Pin
pancakeleh18-Nov-10 15:02
pancakeleh18-Nov-10 15:02 
Questiontree visualization Pin
pstsp91117-Nov-10 18:40
pstsp91117-Nov-10 18:40 
AnswerRe: tree visualization Pin
Alan Balkany23-Nov-10 3:59
Alan Balkany23-Nov-10 3:59 
It's easy with the right approach: Position the leaves first.

If each leaf has its own space in the Y dimension (i.e. no other nodes under it), you can easily assign Y coordinates for all the leaves. Just go through them from left to right, incrementing the Y coordinate according to each leaf's width and the gap between adjacent leaves.

The X coordinates come from the leaves' depths.

The next step is to assign coordinates to the interior nodes. One approach is to position each interior node in the middle above its leaves.

Finally go through all the nodes, drawing them at their assigned coordinates, and drawing links from each interior node to its children.
QuestionMerge image problem Pin
pancakeleh17-Nov-10 15:48
pancakeleh17-Nov-10 15:48 
AnswerRe: Merge image problem Pin
Dave Kreskowiak17-Nov-10 16:00
mveDave Kreskowiak17-Nov-10 16:00 
GeneralRe: Merge image problem Pin
pancakeleh17-Nov-10 16:03
pancakeleh17-Nov-10 16:03 
GeneralRe: Merge image problem Pin
fjdiewornncalwe17-Nov-10 16:32
professionalfjdiewornncalwe17-Nov-10 16:32 
GeneralRe: Merge image problem Pin
pancakeleh17-Nov-10 16:36
pancakeleh17-Nov-10 16: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.