NetDiagram - .NET - V2.0.1

de MindFusion Group - Tipo de producto: Componente / ASP.NET WebForms / .NET Class / 100% Managed Code / Source Code

Por favor note que la información sobre este producto no está disponible en español.
Captura de pantalla NetDiagram - .NET - V2.0.1Enhance 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.

Desde
850,600₩
Precio en

Nuestros precios Standard están indicados abajo. Inicia una sesión para ver sus precios con descuento.

NetDiagram V2.0.1

Añadir a la Cesta ₩ 850,600 1 Developer License Descarga (14.9 MB)
Añadir a la Cesta ₩ 1,559,400 4 Developer Team License Descarga (14.9 MB)
Añadir a la Cesta ₩ 2,693,500 8 Developer Team License Descarga (14.9 MB)
Añadir a la Cesta ₩ 4,961,700 1 Site Wide Subscription License (Allows Unlimited Developers at a Single Physical Address) Descarga (14.9 MB)
Añadir a la Cesta ₩ 9,001,900 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) Descarga (14.9 MB)

NetDiagram V2.0.1 with Source Code

Añadir a la Cesta ₩ 1,630,300 1 Developer License with Source Code Descarga (16.4 MB)
Añadir a la Cesta ₩ 2,339,100 4 Developer License with Source Code Descarga (16.4 MB)
Añadir a la Cesta ₩ 3,473,200 8 Developer License with Source Code Descarga (16.4 MB)
Añadir a la Cesta ₩ 5,741,400 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) with Source Code Descarga (16.4 MB)
Añadir a la Cesta ₩ 9,781,600 1 Enterprise Subscription License (Unlimited number of developers of an enterprise at all its physical addresses) with Source Code Descarga (16.4 MB)

NetDiagram - Upgrade / Subscription Renewal

Añadir a la Cesta ₩ 567,000 1 Upgrade / Subscription Renewal (12 months subscription, for all license types) Verificar Descarga (29 KB)

Este producto esta disponible con precios reservados al GSA Schedule.Nuestros precios incluyen servicio técnico de ComponentSource y, para la mayoría de los productos disponibles para descarga, una copia de seguridad en línea y una actualización GRATUITA a la nueva versión si ésta se publica en un período de 30 días después de la compra.  Todas las ventas están sujetas a nuestros Términos y condiciones standard y a nuestra Política de devolución. Por favor, póngase en contacto con nosotros si necesita alguna opción de licencia no incluida en la lista anterior, incluida la compra por volumen de licencias y versiones anteriores.

Nuestros precios Standard están indicados arriba. Inicia una sesión para ver sus precios con descuento.

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?

  • Optimized data transfer in JavaApplet mode
  • Support for large diagram images in ImageMap mode
  • Improved link routing

What's New on NetDiagram V1.0.3?

  • OrthogonalLayout automatic graph layout class
  • laying out unconnected subgraphs so that the diagram covers a minimal area
  • Overview control for JavaApplet mode
  • ShapeListBox control for JavaApplet mode
  • RoundRectangleTemplate shape definition element

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:

  • The ArrowDeleting, BoxDeleting and TableDeleting validation events are raised when the user tries to delete a diagram item
  • ArrowMouseEnter, BoxMouseEnter and TableMouseEnter are raised when the mouse pointer enters a diagram item
  • ArrowMouseLeave, BoxMouseLeave and TableMouseLeave are raised when the mouse pointer leaves a diagram item
  • SelectionMoved is raised when the user moves multiple selected items

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:

  • Workflow processes
  • Object hierarchies and relationships
  • Graphs and networks
  • Entity-relationship / database diagrams
  • IVR systems
  • Industrial automation processes
  • Genealogy trees
  • Algorithms and flowcharts
  • Organizational charts
  • XML documents
  • Classification hierarchies


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

  • Browser Compatibility: Internet Explorer, Mozilla Firefox
  • Interactivity: Fully interactive diagram creation Mouse clicks events on image areas.
  • Event Handling: Client side events
  • Software Requirements Java Runtime 1.5 or 1.6 400 KB download of the applet's *.jar file

HTML Image Map Mode

  • Browser Compatibility: All browsers
  • Interactivity: Mouse clicks events on image areas.
  • Event Handling: Only click events - either on server or on client side. Hyperlinks
  • Software Requirements No special requirements

 

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.


Búsqueda de productos

Escriba palabras de búsqueda:

Ahorro sobre desarrollo

Lea nuestro Libro Blanco sobre como calcular
el Retorno sobre la Inversión

Líneas de código: 145,000
Hombre-mes: 145
Costo Recursos Humanos: $725,000

Funciones Requeridas:

Esfuerzo por 1000 líneas de código:

Costo Mensual de Recursos Humanos :

Award