di MindFusion Group - Tipo prodotto: Componente / ASP.NET WebForms / .NET Class / 100% Managed Code / Source Code
Ti preghiamo di notare che le informazioni su questi prodotti non sono disponibili in italiano.
Enhance your web applications with diagramming and graphing capabilities. NetDiagram provides diagramming features to create interactive Web applications by using Internet Information Services (IIS) with ASP.NET WebForms integration and AJAX. NetDiagram is a software component that can be used to display various types of diagrams and charts in web applications. NetDiagram is flexible component that offers a variety of diagram shapes, layout styles, properties, methods and events. It is implemented as a .NET Web control and can be easily integrated into any project targeting the Microsoft ASP.NET platform. NetDiagram control has been tested with the most popular .NET development environments and programming languages( C#, VB.NET and Delphi.NET, etc..). NetDiagram is Visual Studio 2005 and 2008 compatible (VS2005, VS2008 ). Source code available.
I nostri prezzi standard sono indicati sotto. Accedi per vedere i tuoi prezzi scontati.
| Aggiungi al carrello | $ 588.00 | 1 Developer License | Download (14.9 MB) | |
| Aggiungi al carrello | $ 1,078.00 | 4 Developer Team License | Download (14.9 MB) | |
| Aggiungi al carrello | $ 1,862.00 | 8 Developer Team License | Download (14.9 MB) | |
| Aggiungi al carrello | $ 3,430.00 | 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) | Download (14.9 MB) | |
| Aggiungi al carrello | $ 6,223.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) | Download (14.9 MB) |
| Aggiungi al carrello | $ 1,127.00 | 1 Developer License with Source Code | Download (16.4 MB) | |
| Aggiungi al carrello | $ 1,617.00 | 4 Developer License with Source Code | Download (16.4 MB) | |
| Aggiungi al carrello | $ 2,401.00 | 8 Developer License with Source Code | Download (16.4 MB) | |
| Aggiungi al carrello | $ 3,969.00 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code | Download (16.4 MB) | |
| Aggiungi al carrello | $ 6,762.00 | 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) with Source Code | Download (16.4 MB) |
| Aggiungi al carrello | $ 392.00 | 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) | Verifica | Download (29 KB) |
I nostri prezzi comprendono l'assistenza tecnica ComponentSource e, per la maggior parte dei prodotti scaricabili, una copia di riserva online e un aggiornamento GRATUITO alla nuova versione, se questa viene lanciata entro 30 giorni dall'acquisto. Tutte le vendite sono soggette ai nostri termini e condizioni standard ed alla nostra politica di rimborso. Contattaci se necessiti di un'opzione di licenza non elencata sopra, comprese licenze multiple e versioni precedenti.
I nostri prezzi standard sono indicati sopra. Accedi per vedere i tuoi prezzi scontati.
What's New on NetDiagram V2.0?
Document/view architecture
NetDiagram 2 implements the Model-View-Controller (MVC) architectural pattern. The MVC design pattern as applied to NetDiagram separates the diagram data (model) from its representation to the user (view) and controlling it by the user (controller). According to the MVC design pattern, NetDiagram Version 2 provides two new classes instead of the FlowChart class, namely Diagram and DiagramView.
Containers
The ContainerNode class implements diagram nodes that can function as containers for other nodes. Containers can be folded to hide their content, and unfolded to show it again. Containers can be nested one within another, without limitation on the depth of nesting.
New import and export components
In addition to PdfExporter which is available since version 1, NetDiagram 2 includes the VisioExporter, VisioImporter, SvgExporter and DxfExporter components, which provide support for the Microsoft Visio XML Drawing, W3C's Scalable Vector Graphics and the AutoDesk Drawing Exchange formats.
OrthogonalLayout on the client-side
OrthogonalLayout is a secondary layout algorithm that can be used to arrange links after an initial node arrangement has already been applied. In older versions, it was available only on the server side. Now it can be applied on the client-side as well. Use the createOrthogonalLayout method of ScriptHelper to get an instance of the OrthogonalLayout Java class which can be used from JavaScript.
Arrange multiple graphs
In older versions the layout algorithms placed unconnected subgraphs either in a row or in a column. Now it is possible to place the unconnected subgraphs in such a way that the diagram covers a minimal area. To enable that, set MultipleGraphsPlacement to MinimalArea.
IGraphics interface
Now all drawing is done through the IGraphics interface, for which the control provides GdiGrahics, SvgGraphics and PdfGraphics implementations. Thus the files created by SvgExporter and PdfExporter can contain custom-drawn elements, which you draw either by handling custom drawing events or by implementing the Draw method in your custom item types.
What's New on NetDiagram V1.0.4?
What's New on NetDiagram V1.0.3?
What's New on NetDiagram V1.0.1?
Text wrapping enhancements
Version 1.0 of NetDiagram supported wrapping text to a new line only at word boundaries. Now the default is to split words into multiple parts if there is not enough space to fit a whole word. Now you can disable the automatic text wrapping by enabling the NoWrap flag in the FormatFlags member of TextFormat. If automatic wrapping is disabled and there isn't enough space to fit the whole line, the text is clipped at the node boundaries.
New client-side events
The following JavaApplet mode events have been added:
Client-side events in ImageMap mode
The following events can be handled on the client-side both in JavaApplet and ImageMap modes: ArrowMouseEnter, BoxMouseEnter, TableMouseEnter, ArrowMouseLeave, BoxMouseLeave, TableMouseLeave, ArrowClicked, BoxClicked, TableClicked, ArrowDblClicked, BoxDblClicked, TableDblClicked. Note that in ImageMap mode, the respective server-side events are not raised when their client-side counterparts are handled via JavaScript. At this time, the arguments passed to the client-side events are JavaScript objects that contain only two fields - ZIndex and Tag. Any of these values can be used to identify the diagram item on the server side, e.g. the former can be used as an index in the Objects collection, and the latter can be passed as parameter to one of the Find* methods.
NetDiagram is a software component that can be used to display various types of diagrams and charts in web applications. NetDiagram is flexible component that offers a variety of diagram shapes, layout styles, properties, methods and events..
NetDiagram can give graphical representation to:
NetDiagram provides intuitive user-interaction model for creating or editing diagrams. In addition, its programmatic interface places at your disposal many useful functions, ranging from printing and XML serialization to path-finding and automatic layout algorithms.
For optimal convenience you can choose between two usage modes: As a Java applet or As an HTML image map
Java Applet
HTML Image Map Mode
The control has been tested with the most popular .NET development environments and programming languages, and is used by companies from all around the world to create applications in C#, VB.NET and Delphi.NET.