|
Categories: Charts
|
Tags: Architects, Developers, Wrapper, 1. Beginner, 2. Intermediate, 3. Advanced, Silverlight, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
11/July/2009
Updated:
04/Dec/2010
Status:
Publish
Types: Reference
|
This article will have a few sections added to it soon, based on the following article type skeleton:
ControlThis article missing it's contents and needs writing.
AvailabilityThe Charts is one of the Professional suite Chart controls, which means it is free and available in all Visual WebGui versions, while the controls are still in beta. After release, these controls will be packaged in a seperate Professional Controls suite package and sold seperately.
Tips and TricksUsing Charts without Silverlight deployment
The Gizmox.WebGUI.Forms.Charts is an Visual WebGui integrated Visifirecharts Silverlight component, and as such, it does require the corresponding .XAP (Silverlight packagaged code) be included in your application, but it does not require that you deploy your whole application as a SilverLight application. Below is a procedure for including the Charts control in your application and still only deploy as DHTML.
- Register Gizmox.WebGUI.Forms.Charts to your project
- Register the Charts control in web.config (or via the Registration tab in Visual WebGui integration)
- Create a ClientBin folder in your application's root foolder.
- Obtain the SDK sources for the Catalog sample application that matches your SDK version (from SVN, Catalog source installation or a with sources installation)
- Locate the Gizmox.WebGUI.Forms.Catalog\ClientBin folder in the sources you chose to install or download.
- Copy Gizmox.WebGUI.Silverlight.Controls.Charts.xap to your application's \ClientBin folder
The above procedure has been verified to work with 6.3.14 and 6.4.0Beta1b installation
Using Charts in version 6.4.0RC0 and later versionsFor version 6.4.RC0 and later, the process is more simple. Just reference the Gixmox.WebGUI.Forms.Charts assembly, register Gizmox.WebGUI.Forms.Chart control in web.config and your charts should work fine. For samples on how to use the Chart control, see the sample UserControls in the Catalog demo application in the Extension/Charts folder within the Gizmox.WebGUI.Forms.Catalog project. For convenience, here is a link to the SVN source coude for those two UserControls: Sample1 and Sample2.
See alsoUsing_Custom_and_Extended_Visual_WebGui_Controls
RererencesForum discussonsOther references
About the author
Related Articles
|
Charts
|
|
|
This code snippet will demonstrate how to use the new VWG wrapping capabilities with Dundas charts.
Tags:
Architects, Developers, Wrapper, 2. Intermediate, 3. Advanced, Wrapping Controls, ASP.NET, v6.3, v6.4 and Later
|
|
|
Tags:
Developers, Gateway, 1. Beginner, 2. Intermediate, 3. Advanced, Silverlight, Pre v6.3, v6.3, v6.4 and Later
|
|
|