How to create diagram like this?

Hi Expert!
I want to create a diagram by generater by data. This diagram like picture, which the file attacked!
Have "syncfusion web controls diagram" can to do that?
if (ok) then product="very good";

Thanks

Net.zip

7 Replies

J. J.Nagarajan Syncfusion Team July 26, 2007 09:28 PM UTC

Hi Damedesu,

Thanks for your interest in Syncfusion product. Please refer to the following sample that simulates your screen shot

DiagramSample.zip

Please let me know if you if you have any questions.

Thanks,
Nagaraj


CU cuongnq July 27, 2007 01:21 AM UTC

Thanks you very much


CU cuongnq July 27, 2007 09:31 AM UTC

:(
What's happend to me if I don't want to use follow code:
string palettepath = Server.MapPath(String.Empty);
palettepath = palettepath + @"\App_Data\Palette.edp";
//this.DiagramWebControl1.LoadBinaryDocument(path);
SymbolPalette palette = this.LoadPalette(palettepath);

and I create node by:

Syncfusion.Windows.Forms.Diagram.Rectangle nodeRectHost = new Syncfusion.Windows.Forms.Diagram.Rectangle(380, 50, 210, 800);

Plz...


MW Melba Winshia Syncfusion Team July 31, 2007 02:32 PM UTC

Hi,

You can also create node by using the Rectangle class of Diagram.

[C#]

Syncfusion.Windows.Forms.Diagram.Rectangle nodeRectHost1 = new Syncfusion.Windows.Forms.Diagram.Rectangle(50, 100, 100, 50);
this.DiagramWebControl1.Model.AppendChild(nodeRectHost1);

Please refer the sample in the below link which illustrates the above.

http://websamples.syncfusion.com/samples/Diagram.Web/5.1.1.0/F65548_11/main.htm

Please try this and let me know if this helps.

Thanks,
Melba



CU cuongnq August 2, 2007 06:52 AM UTC



CU cuongnq August 2, 2007 07:19 AM UTC



J. J.Nagarajan Syncfusion Team August 3, 2007 12:27 AM UTC

Hi Cuongnq,

Sorry for the broken link. You can download the sample from the following link.

InteractDiagram.zip

Please refer to the sample and let me know if you have any questions.

Thanks,
Nagaraj

Loader.
Up arrow icon