Powerful Graphics Software Tools for Financial, Scientific and Industrial Applications

Home | Java Products | .Net Products | Windows | Dos | Registration

 

 

 

QCChart2D Charting Tools for .Net

New Version 2.0

Add high-speed line plots, bar plots, scatter plots, open-high-low-close plots, candlestick plots, bubble plots, contour plots, histogram plots, polar plots, antenna plots, ring charts, and pie charts, to .Net and Asp.Net applications using the QCChart2D Charting Tools for .Net.

JPEG Images of some of the example programs that are included with the software. Click on the thumbnail image to view at actual size.

Financial and Stock Charting

.Net Stock Technical Analysis Chart .Net Options Analysis Chart .Net S&P500 Hedge Chart
.Net Currency Technical Analysis Chart .Net Stock Comparison Chart  

 

Engineering, Medical Charting and Graphics

.Net Semi-Log Chart .Net Multi-Axes Chart .Net Antenna Chart .Net Medicare Drug Costs Chart
.Net Stacked and Group Bars Chart .Net Stacked Graphs Chart .Net Sleep Study Chart Vertical Elpased-Time Axis

 

Scientific Charting and Data Visualization

.Net Filled Contour Chart .Net Transistor Characteristic Curves Chart .Net Simple Scatter Chart
.Net Nasa Spending Chart .Net Log-Log Chart

 

Statistical Charting

.Net Boston Climate Chart .Net Box Whisker Chart .Net .Net Histogram Chart
.Net Presidential Economy Chart .Net Horizontal Bar Chart

 

Business and Marketing Charting  

.Net Stepped Line Chart .Net Vertical Date/Time Axis .Net Dual Horizontal Bar Chart
.Net Line Fill Chart .Net Pie and Horizontal Bar Chart Bar Chart with Multi-Color Gradient  

The QCChart2D for .Net charting toolkit, written using C#, is for developers who want to add sophisticated interactive charting graphics to their .Net applications. The toolkit includes support for linear, logarithmic, polar and antenna coordinate systems used by engineering and scientific end users. It also includes support for advanced time/date and elapsed time coordinate systems required by business end users. Advanced user interface functions allow users to interact with applications using the mouse: adding annotations, selecting, marking and moving data points, drilldown, tooltips and zooming into a particular chart region.

Revision 2.0 adds six plot types, elapsed time scaling, vertical time scaling, dataset viewers, and new user interface routines for zooming and panning.

Anyone who purchased an earlier revision of QCChart2D for .Net  in the previous two years can upgrade for free using the the download link(s) they were sent in an e-mail at the time of the original order. Versions older than that can be upgraded

Ordering Information

License Information

ASP.Net Application

HTML ASP Application

QCChart2D User Manual - View the QCChart2D user manual using Adobe Acrobat.

Frequently Asked Questions - See a collection of frequently asked questions concerning the QCChart2D software.

Download Demo (327 KB) - Download a demo program, displaying many different chart types, you can run from Windows.

Download Trial Version (21 MB) - Download a full-featured, 30-day trial version. of the software.

 

Have any questions ? Contact: info@quinn-curtis.com

 

Related Quinn-Curtis Products

 Product / Platform .Net .Net Compact Framework Java
QCChart2D QCChart2D for .Net QCChart2D for .Net CF QCChart2D for Java
QCRTGraphics QCRTGraph for .Net QCRTGraph for .Net CF QCRTGraph for Java
QCSPCChart QCSPCChart for .Net QCSPCChart for .Net CF QCSPCChart for Java
QCChart3D QCChart3D for .Net X QCChart3D for Java
QCMatPack QCMatPack for .Net QCMatPack for .Net CF QCMatPack for Java

 

New Features added to Revision 2.0

bulletFive new general plot types - for Cartesian, time and elapsed time coordinate systems: BoxWhiskerPlot, FloatingStackedBarPlot, RingChart, SimpleVersaPlot, and GroupVersaPlot
bulletAntenna Charts - Antenna charts are commonly used by engineers to plot  the performance characteristics of antenna designs. Antenna charts are a circular chart type similar to a polar chart, the differences being angular displacements are measured clockwise, and radial values can range from negative to positive.
bulletElapsed time scaling - time based scaling based on the .Net TimeSpan class, which measures elapsed time without an implicit date.
bulletVertical axis scaling for time/date and elapsed time coordinate systems - All of our users in the well-logging industry will appreciate this new feature.
bulletDatasetViewer class - for the grid-like display of dataset information in a chart table.
bulletMagniView class -Pass a magnify cursor over a chart and see a constantly updated, and magnified, view of the data in a second window.
bulletCoordinateMove class - use the mouse to grab the chart and drag, or pan it:  left, right, up, down.
bulletIntegrated zoom stack processing - Undo zoom events with a mouse click.
 

Feature Summary

bulletVisual Studio .Net 2005 and 2008 - Starting with Revision 2.0, we have eliminated support for Visual Studio .Net 2002 and Visual Studio .Net 2003. This way we no longer have to configure the libraries for the lowest common denominator of .Net, and can use new .Net features not found in original version. The software is compatible with  Visual Studio .Net 2005, Visual Studio .Net 2008, and higher.  All example program projects are in Visual Studio 2005 format, and automatically convert to Visual 2008 format when loaded using that compiler. If using VS 2002 or VS 2003 is an absolute requirement, you should use the 1.7 version of this software.
bulletSharpDevelop - The software is also compatible with SharpDevelop 3.X and higher.  SharpDevelop is a free IDE for C# and VB developers writing for the .Net platform.
bulletPlot Types - Line plots, area plots, bar plots, line marker plots, floating bars, scatter plots, group plots, open-high-low-close plots, error bar plots, pie charts, contour plots, candlestick plots, line gap plots, cell plots, histogram plots, arrow plots, bubble plots, polar plots, multi-line plots, stacked line plots, box-whisker plots, floating stacked bar plots, ring plots, antenna plots, versa plots.. An unlimited number of plot types can be combined in the same chart.
bulletDatasets - Datasets hold the data plotted in the chart. Charts can plot an unlimited number of datasets, each dataset can contain an unlimited number of data points. Datasets can hold numeric and .Net DateTime based data. Mark data points invalid, forcing a break in plotted lines.

 

.Net Dataset Viewer .Net Dataset Viewer
Simple dataset viewer  Group dataset viewer
bulletDataset Viewer - A new dataset viewer class will display simple and group datasets in a grid-like table. The grid can be positioned anywhere on the chart. Individual grid cells can be edited and the associated chart immediately updated using the synchronize feature.
bulletCoordinate Systems - Linear, logarithmic, time/date and polar coordinate systems. An unlimited number of coordinate system, and axes, can be overlaid in the same plotting area of a graph.
bulletTime/Date Coordinate Systems - The time/date scale is specified using .Net DateTime objects. The time/date scales take into account the varying number of days in months and years. The scales can also take into account non-continuous time/date scales where a 5-day week is used, or where a full day consists of a specific time interval that can be something less than a 24-hour day. For example, it is possible to define a time/date scale where weekends are excluded and the day consists of the hours between 9:30 AM and 4:00 PM. Starting with Rev. 2.0, the Time/Date scale can be either horizontal or vertical.
bulletElapsed Time Coordinate System - The original Time/Date scale proved less than optimal for the display of TimeSpan data, i.e., time values not associated with a specific calendar date. Starting with Rev. 2.0, the software supports elapsed time plotting, based on the .Net TimeSpan class.  The elapsed time scale can be either horizontal or vertical. This includes new dataset types (ElapsedTimeSimpleDataset, ElapsedTimeGroupDataset), a new coordinate system class (ElapsedTimeCoordinates), a new axis class (ElapsedTimeAxis) and a new axis labels class (ElapsedTimeAxisLabels).

 

.Net Antenna Axes
 Linear axes     Logarithmic axes Polar axes Date axes    Antenna axes
Vertical Date/Time Axis Elapsed Time Axis
Vertical date/time axis Standard time axes Time axes with custom range Elapsed time axis  Axis labels

 

Examples of linear, logarithmic, polar and time/date axes - click to enlarge

bulletAxis Types - Linear, logarithmic, time/date, elapsed time, antenna, and polar axis types. All axis types have manual and auto-scaling modes for setting axis ranges. Axis auto-scaling modes handle multiple datasets, group data and contour data. A chart can have an unlimited number of axes.
bulletAxis Labels - Axes can have decimal, exponential, time, date, elapsed time, string and multi-line labels. Programmers can define custom numeric and time/date axis labels.
bulletChart Titles - Charts can have a main title, a subhead and a footer. Axes can have horizontal and vertical titles.
bulletGrid Options - Grid lines of any line style and color can highlight major and minor axis tick marks.
bulletExport Chart Images - All file formats support under the .Net ImageFormat class, including JPEG, WMF, EMF, BMP, GIF, TIFF, and PNG.
bulletImport .Net Image object - Use .Net Image objects as plot elements in a chart, or as a background object.
bulletLegends for All Plot Types - Position horizontal and vertical legends anywhere in a chart. A chart can have an unlimited number of legends.
bulletMouse Support - A group of classes implementing mouse event delegates can locate, select and move chart objects like data plots, axes, titles, and legends.

 

Simple zooming - before picture Simple zooming - after picture

 

.Net Chart Zoom Before .Net Chart Zoom After
Super zooming - before picture Super zooming - after picture
bulletSimple and Super Zooming - Zoom a simple xy axis pair, or simultaneous zoom an unlimited number of x- and y-axes.

 

MagniView chart MagniView chart
The MagniView cursor magnifies what is under it The MagniView class works with charts that overlay multiple coordinate systems
bulletMagniView - Similar  to zooming, the mouse controls a “magnifying” rectangle as it passes over an existing chart. The area of the chart within the bounds of the magnifying rectangle is “magnified” and continuously redrawn in a separate window. The MagniView class works with charts that use a simple xy axis pair,  and charts that combine one or more coordinate systems.
bulletPanning - Use the new MoveCoordinates class to pan data in the x- and y-dimension. Click and drag in the plot area and rescale the graph proportionally.

 

.Net Data Cursors and Markers
   Example of a data cursor and markers - click to enlarge
bulletData Cursors - XOR data cursors are used to position the mouse cursor over data points in a plot.
bulletData Markers - Drop special marker symbols on to the data presented in a graph, much like a bookmark in a word processing document.

 

.Net Chart Annotations
        Examples of a annotations - click to enlarge
bulletGraph Annotations - Add an unlimited number single and multi-line text objects, arrows and geometric objects to a chart.

               

Bar Chart with Multi-Color Gradient
Multi-color gradient applied to a bar plot and mapped to the plot area of the chart  A simple two-color gradient shades a pie chart
bulletMulti-Color Gradients - Bars and other area fill objects can be filled using multi-color gradients. Mult-color gradients can be mapped to the object, the plot are of the chart, or the entire graph.

       

.Net Chart Data Tooltips .Net Custom Chart Data Tooltips
Standard tooltip Custom tooltip
bullet Data ToolTips - Select a data point with the mouse and popup a tooltip window that displays the data x- and/or y-values for the data points. Programmers can create custom information displays for tooltip windows.
bulletData Compression - Large datasets can be compressed, increasing display speed without loss of detail.
bulletBased on the .Net Drawing and Drawing2D API - Compatible with .Net components and applications.
bullet100% Managed .Net Code - The software is entirely written in C#, resulting in provide better performance and scalability. Managed .Net code makes applications easier to deploy and maintain.
bulletDocumentation and Demo/Example Programs - The software includes a comprehensive 400 page user manual with many programming examples, XML help for every class and 90 complete example charts. Every programming example, and example program is presented in C# and Visual Basic.

 

QCChart2D Developer Licensing

bulletOur license agreement can be found here.
bulletThe QCChart2D Developer License is available in a Developers Version (model # NET-CHT-DEVR) that does not time out. Free updates for two years.
bulletThe QCChart2D Developer License is licensed to a single individual. It cannot be used by multiple people at the same company, unless a separate license is purchased for each person. Site licenses are also available. Contact sales@quinn-curtis.com with details of how many seats you wish to purchase and we will respond with a quote.
bulletThe QCChart2D software does not use a redistributable license, unlike the previous versions (1.5, 1.6) of the software.  The basic developer license permits you to include QCChart2D as part of your application and distribute an unlimited number  royalty free.

 

QCChart2D Redistributable Licensing

bulletThe QCChart2D Software does not use a redistributable license,  unlike the previous versions (1.5, 1.6) of the software. The basic developer license permits you to include QCChart2D as part of your application and distribute an unlimited number of copies of your application, royalty free. We do not allow developers to use this software to create a graphics toolkit (a library or any type of graphics component that will be used in combination with a program development environment) for resale to other developers.

 

QCChart2D Source Code

bulletThe commented source code to the QCChart2D charting software is now available. The source code is written entirely in C#. In can be compiled using any version of the Visual Studio .Net C# compilers.  It can be ordered using the model # NET-CHT-SRC.
bulletPurchasers of the QCChart2D source code must also own a valid Developer License, since all example programs, user manuals, and license files are installed as part of the Developer version of the software.

 

Custom Programming Services

bulletQCChart2D is an extremely powerful and flexible software package. It contains over 1000 methods and properties in more than 120 classes. The user manual and  help file documentation are more than 1000 pages. This can be overwhelming to the average programmer who wants to start programming today and have the prototype of an application working in a week.
bulletThe variety of user interfaces for charting applications is as diverse as the industries using the software. The end-user of an application at a mutual fund expects to interact with the chart in a manner different than that of an end-user in health care. The same can be said for other industries: semiconductors, quality control, teaching, biotechnology, etc.
bulletThat is why we have written so many outstanding example programs, pulled from a wide variety of industries using many different styles of user interface.
bulletWe know that your application may be similar to, but still uniquely different from any of our example programs. To that end we offer our programming services to write for you a custom example program that demonstrates how to code the chart format and user interface you want. That jump start to your project can save you many weeks of work and make you look like a chart programming genius. All  you have to be able to do is describe in detail what you want the example to do.
bulletUsing QCChart2D for .Net, our range of expertise includes Managed C++ (MC++), VB, and C#  programming languages. For more information or a quote, please contact our sales department at sales@quinn-curtis.com

Doesn't have the features you need ? Let us know what those are so we can add them in a subsequent release. Contact: info@quinn-curtis.com

Ordering Information

The QCChart2D Charting Tools for .Net is included with the Real-Time Graphics Tools for .Net . There is no need to order both.

Click here to go to Download Ordering

Description Model # Price
QCChart2D Developer Software NET-CHT-DEVR $175 USD
QCChart2D Redistributable License NET-CHT-RED $50 USD
QCChart2D Source Code (you must own NET-CHT-DEVR) NET-CHT-SRC $500 USD