Posts Tagged ‘Diagram’
Friday, November 28th, 2008
Continuing our series of posts on Silverlight experiments, here is a sample that you can use to view real-life data if you use Google Analytics to monitor your web site traffic.
The application first asks you to login using your Google…
Read more
Tags: analytics, Diagram, graph layout, Silverlight
Posted in .NET, Diagram, Silverlight | No Comments »
Thursday, October 9th, 2008
Here is yet another Silverlight experiment: an Organization Chart sample, similar to the ILOG Elixir Organization Chart component.
This new sample uses the same Diagram control as the one used in this post, but it uses a tree layout algorithm instead…
Read more
Tags: Diagram, graph layout, Silverlight
Posted in Diagram, Silverlight | 6 Comments »
Monday, October 6th, 2008
In a previous post I showed a first Silverlight experimentation displaying a project plan in a Silverlight Gantt Chart control. Here is a second experimentation on the same topic. This small example also displays a project plan but this time the…
Read more
Tags: Diagram, Microsoft Project, Silverlight, Xml
Posted in .NET, Diagram, Silverlight | 1 Comment »
Wednesday, August 13th, 2008
The Link object in ILOG Diagrammer for .NET lets you easily add text items at any position on the link path (using the TextItems property), but there is no out-of-the box functionality to add other graphic decorations like icons. Here is a…
Read more
Tags: Diagram, icon, link
Posted in .NET, Diagram | 9 Comments »
Wednesday, August 6th, 2008
Creating a Scrollable List
In part 1 and part 2 of this series, we explained some common techniques for creating complex ILOG Diagrammer for .NET user symbols, and we used a UMLType symbol as an example.
This post will focus on the description…
Read more
Tags: Diagram, scrollable list, UML class diagram
Posted in .NET, Diagram, Visual Studio | No Comments »
Wednesday, July 30th, 2008
With ILOG Diagrammer for .NET, you can create user symbols very easily, and this is covered extensively in the user manual and this post, among others.
ILOG Diagrammer for .NET also provides several built-in container classes, for example the Canvas…
Read more
Tags: container, Diagram, user symbol
Posted in .NET, Diagram, Uncategorized | No Comments »
Thursday, June 26th, 2008
This article describes how to create default anchors on custom user symbols with ILOG Diagrammer for .NET.
First, we need to make sure that we know what anchors and user symbols are. Let’s briefly define these two notions:
Read more
Tags: connect, default anchors, Diagram, link, user symbol, Visual Studio
Posted in .NET, Diagram | 2 Comments »
Thursday, May 29th, 2008
In the part 1 of this post, we have seen how to use ILOG Diagrammer for .NET, WPF and Linq to display the content of a Microsoft Project XML file into a graph showing the tasks and the constraints between them,…
Read more
Tags: Diagram, Diagrammer for .NET, Linq, WPF
Posted in .NET, Diagram, Linq, WPF | No Comments »
Monday, May 19th, 2008
Diagrammer for .NET 1.5 introduces a set of new WPF controls that can present information as a graph display made of nodes and links. In this post, I will show how you can use these controls to display the content…
Read more
Tags: Diagram, Diagrammer for .NET, Linq, WPF
Posted in .NET, Diagram, Linq, WPF | 1 Comment »
Monday, May 19th, 2008
In the previous post, we explained how to assemble built-in ILOG Diagrammer for .NET objects to build a complex UML Type symbol. The first post described how to define the appearance of the symbol, now we will define its behavior.…
Read more
Tags: Diagram, properties, UML class diagram, user symbol
Posted in .NET, Diagram | No Comments »