- Home
- Forum
- ASP.NET Web Forms (Classic)
- How to create diagram like this?
How to create diagram like this?
- Jul 26, 2007 03:04 PM UTC
- Aug 3, 2007 12:27 AM UTC
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
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
SIGN IN To post a reply.
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
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...
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
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
Error: The page cannot be found
http://websamples.syncfusion.com/samples/Diagram.Web/5.1.0.51/F65548_11/DiagramSample_a1e1dccf.zip
Plz Upload Again
Thank
cuongnq
http://websamples.syncfusion.com/samples/Diagram.Web/5.1.0.51/F65548_11/DiagramSample_a1e1dccf.zip
Plz Upload Again
Thank
cuongnq
CU
cuongnq
August 2, 2007 07:19 AM UTC
:) Correct Link:
http://websamples.syncfusion.com/samples/Diagram.Web/5.1.0.51/F65548/DiagramSample_a1e1dccf.zip
Thanks
cuongnq
http://websamples.syncfusion.com/samples/Diagram.Web/5.1.0.51/F65548/DiagramSample_a1e1dccf.zip
Thanks
cuongnq
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
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
SIGN IN To post a reply.
- 7 Replies
- 3 Participants
-
CU cuongnq
- Jul 26, 2007 03:04 PM UTC
- Aug 3, 2007 12:27 AM UTC