| Sub Categories |
Graphics Graphs_and_Charts |
| TOTAL: 6 Page: 1 of 1 |
|
Web Charts and Graphics On the Fly
Knowledge workers can understand data more effectively when raw numbers are presented in a graphical format. This is especially true when displaying database information on a Web page, where a simple chart can make the difference between a dry presentation and a vivid data source. In the past, creating dynamic, data-based charts on the fly in ASP required purchasing a third-party, image-generating COM component. Now with ASP.NET, developers can access the .NET Framework's drawing classes directl

| Hits: | 48 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Crystal Report for Visual Studio .NET
Crystal Report comes in various flavors and the one that is required for building reports for .NET is "Crystal Report for Visual Studio .NET". It exposes a rich programming model with which we could manipulate its properties and methods during runtime. If you are developing your .NET applications using Visual Studio .NET then you won’t have to install any additional software as it is already built into Visual Studio .NET.

| Hits: | 121 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Interactive Shaped Forms
This Demo show how to create shaped form and customized buttons using the Region, GraphicsPath and picture class. It also demonstrates using the picture control to display animated pictures. All graphics are from Microsoft Media Player and have been resized to make the graphic files smaller.

| Hits: | 95 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Integrating Macromedia Flash MX and Microsoft ASP.NET
Flash has typically been used on the Internet to help enhance the presentation of Web sites across the world; everything from corporate Web sites down to all of your favorite Flash jokes of the day. The problem being that in these cases, Flash only handled one aspect of the user experience: Presentation. Even worse yet, these presentations were typically static, with slow development times and even harder to maintain. Macromedia has recently started a new campaign, beginning with Flash MX (an

| Hits: | 36 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Creating Graphics with XML
This article shows how to create images on the fly and uses XML to specify the properties of the images.. The idea was to be able to create images for buttons on a website. The buttons would simply have a word inside them so it is pretty straightforward. However the interesting approach is to specify the details of the graphics using an XML schema. By doing so I can specify different combinations of colours and words etc. In my program I hard code the XML string into the code direct but it co

| Hits: | 106 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |
Drawing in 3D: Plotting Points
One of my pet projects lately has been building a wrapper around the Graphics object to handle 3D drawing. GDI+ is great for 2D, but is completely lacking in 3D. In this article, I will cover the basics of how to transform a 3D point to a 2D point. Coordinate Axes. It is common to label the coordinate axes of Cartesian space as X, Y and Z. Similarly, in the Cartesian plane, we use X and Y. In Cartesian space, the axes are perpendicular to each other, so the X and y axes are 90 degrees apart.

| Hits: | 54 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-21 |