Posts Tagged ‘Diagram’

A Silverlight GUI for Google Analytics

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

Silverlight experimentations from the .NET Visu Lab (Part 4)

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

Silverlight experiments from our .NET Visu Lab (Part 2)

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

Adding Icons to a Link

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

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 3

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

How to Create a User Symbol That Acts as a Container

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

Creating Default Anchors for custom User Symbols

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:

  • A user…

Read more

Displaying a Microsoft Project XML file using Diagrammer for .NET, WPF and LinQ (Part 2)

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

Displaying a Microsoft Project XML file using Diagrammer for .NET, WPF and LinQ (Part 1)

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

Diagrammer .NET Tips and Tricks Explained Through the “UML Class Diagram” Sample - Part 2

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