![]() |
||
Editor's WelcomeThis is the 8 May 2003 issue of ChartLine, the information service from We will continue to publish one of these every so often, and hope you'll Sincerely, Create Reporting Tools with NetCharts® ServerReporting tools come in many varieties, from simple shareware functions to complex, enterprise-wide business intelligence systems costing hundreds of thousands of dollars. Clients who come to Visual Mining with a need for reporting tools typically need either a flexible, low-cost alternative to the big BI system, or they need to make web-based interactive reporting components that fit into their existing architectures. At a fraction of the cost of a big BI system, NetCharts Server is ideally suited for both of these requirements. Many features make NetCharts Server a logical choice for a mid-range Award-winning reports, graphs, and tables Smooth and easily configurable data access A complete solution You do not have to build your entire reporting tool within NetCharts Server Hundreds of working examples—with code—to get you started Integrate NetCharts Server reporting tools into existing web application
servers using installable toolkits Built-in project and administration security access. Featured Chart: Stock Chart Type - The CandlestickCandlestick charts are specialized charts used to record and analyze the The basic candlestick symbol consists of a rectangular bar with a straight line extending from the top and bottom. This is an efficient way of seeing the item's performance at a glance. The price reversals are shown by coloring the candlestick's bar.
For filled (or darkened) symbols, the closing price is lower than the opening price. Then the symbol reads thusly:
If the closing price is higher than the opening price, the symbol is
Visual Mining stock charts support a combination of stock-bars having Any of our products can make this chart. See the source code. NetCharts® Server with ASP Code SamplesNetCharts Server provides code samples for using the NetCharts Server When you are using NetCharts Server, you will
have a fairly easy time including dynamic graphs and tables into your ASP projects.
All that is needed is to install the .NET/ASP Toolkit that comes with
NetCharts Server onto the same machine where IIS is running, which takes
just a few minutes. Now, any resource from your NetCharts Server installation
In this case, the chart image type, labels, and data are passed in as See the details in the NetCharts Server Application Developers Guide. Handling Special Characters with URL EncodingWhen integrating NetCharts Server directly into your web pages using URL's and not via a toolkit, if you find that your web applications or browsers are having problems with special ASCII characters, such as spaces, backslashes, forward slashes, apostrophes, and such, try URL encoding them. URL encoding is a simple method of encoding which converts spaces and other characters which may confuse the program reading the data. Simply substitute the code for the offending character. For example, if you find that your Netscape browser is having trouble rendering our charts with titles, legends, or other text containing ampersands or spaces, you can replace the spaces with %20 and the ampersands with %26. When passing a label through an ASP call, the problem with non-alphanumeric characters again crops up. If you were to try passing in dates with slashes in them, such as 05/02/2003, the date would not be interpreted correctly. This is another place to use URL encoding. Here are some URL codes for special characters:
NOTE - the NetCharts Server Toolkits take care of this problem for you! You should not URL-encode any parameter values sent through the NetCharts Server Toolkits. Only parameters sent through a URL to NetCharts Server need to be URL Encoded - and this isn't our recommended method of using NetCharts Server. NetCharts Server also provides the ability to display fonts from non-Latin This feature is discussed in detail in Chapter 12 of the NetCharts Server Application Developers Guide. Happy Charting! |
|
|
NetCharts and Visual Mining are registered trademarks of Visual Mining, Inc. All other product and company names mentioned are the property of their respective owners and are mentioned for identification purposes only. ChartLine © 2003 Visual Mining, Inc. All rights reserved. |
||