NOV Chart for .NET supports the following chart types - Cartesian, Funnel, Pie, Polar, Radar, and TreeMap. Each chart type can contain an unlimited number of series, which in turn can contain an unlimited number of data points. The following sections show how to create those types of charts.
Cartesian Chart
The cartesian chart displays data in a cartesian coordinate system. The control supports 2D and 3D charts, with an unlimited number of X, Y, and Z axes.
Funnel Chart
The funnel chart is similar to a stacked bar chart and is commonly used to represent stages in a sales process and show the amount of potential revenue for each stage. The control supports 2D and 3D Funnel charts.
Pie Chart
The pie chart is a circular chart that represents portions of data as slices, where each slice is proportional to the value of the data point relative to the sum of the values of all data points in the chart. The control supports 2D and 3D Pie charts, as well as its variations (Doughnut, Semi Pie, etc.)
Polar Chart
The polar chart displays data in a polar coordinate system. In the polar chart, data is plotted using the data point value and angle values.
Radar
The radar chart (also known as spider or star chart) is a two-dimensional chart that shows the relationship between three or more variables represented on axes starting from the same point.
Tree Map
Treemaps display hierarchical (tree-structured) data as a set of nested rectangles, where the size of each rectangle is proportional to the value associated with the specific tree node, or the sum of its subnodes.