.netCHARTING v6.0 Documentation Send comments on this topic.
Home

Glossary Item Box

Thank you for downloading .netCHARTING. This document will help you work with the product and will serve as a programmers reference.

Here are some helpful tips to get started.

 

Quick Start (Recommended Reading)

As you explore the features and functionality of this component you will find it is extremely powerful and capable of creating virtually any charts you may need. This software has also been developed to be much more flexible than the status quo, which, will enable you to push the charting envelope beyond the standards you may be used to.

This section will give a general overview of how everything works and get you started quickly. So without further ado, let's get to it.

Step 1. Installation

Please see the Illustrated QuickStart or the instructions in the installation help topic to get the component installed and able to view the accompanying samples. If you're an advanced user, simply unzip the download into a folder, make it a virtual directory and an asp.net application. Then make sure the temp folders under the directories with all the samples have full permissions for user 'aspnet'.

 

Step 2. Explore the samples

After the component is installed, take a look at the samples to get a grasp of the available features. You may see some interesting functionality that will give you ideas for charts you will be creating.

 

Step 3. Your First Chart

The best way way to get started is to take a sample that is similar to the type of chart you want and modify the property settings.

Because many different charting applications use different terminology, it is also important to know the terminology used in .netCHARTING. Below is a chart image with a few basic terms.

Basic Terminology

 

More image references: Labels | Lines

 

Tips

  • Make use of default properties
    There are several default instances of objects such as Chart.DefaultSeries for example. The properties of this object trickle down to all series on the chart. Using these defaults allows setting properties of many object at once instead of setting them individually. The following image specifies a few different object instances with properties that will end up affecting the given object.


 

 

 

  • Use Label Tokens (%Name, %Value, ...)
    Virtually all labels can show dynamic info about the parent object's values and data. For example, an element's label can show values such as the element's name and Y value.
    See also: Token Reference | Using Labels

 

Step 3.1. Getting/Using Data

.netCHARTING has a simple yet powerful interface for data acquisition and manipulation. Chart data is represented by SeriesCollection, Series, and Element classes. For more information on this model see this topic. When you are familiar with the general data model, you can explore the connecting to data sources and using query strings sections to learn how to populate these classes automatically.

 

Advanced
At this point you will be able to generate simple charts, however, this only scratches the surface of what you can do in the data acquisition phase. You can also manipulate, group by dates, limit top x results, and do many other things with your data. When you are ready to explore the more advanced data features, take a look at the other Data Tutorials.

 

Step 3.2. Chart Type

An important point to remember is that the data model is independent from the chart engine itself. This means that the data structure for one chart type should work with any other chart types just the same. The mechanism behind chart types is also quite flexible.

 

Step 4. Exploring other features

You will now be able to generate basic charts and have a general idea of how to change the chart type. Most of the time, this is not enough to create the exact chart you need. Fortunately, we have covered only about 5% of the functionality available. Moving forward, there are many tutorials at your disposal. You may also visit the support section of our website to download printable PDF versions of some tutorials so that you can review them at your leisure.

 

Tutorials  
  • Basic Tutorials
    Tutorials describing basic .net usage such as working with fonts and colors.
  • Data Tutorials
    Tutorials describing how to acquire data from different data sources and how to manipulate the chart data model.
  • General Tutorials
    Tutorials describing the functionality of .netCHARTING and its features.

 

If you have any questions please visit the .netCHARTING support website or contact support.

©2010. All Rights Reserved.