Nevron Open Vision Documentation
Chart / Charts / Chart Types Overview
In This Topic
    Chart Types Overview
    In This Topic

    NOV Chart for .NET supports the following chart types - Cartesian, Funnel, Pie, Polar, Radar, and Tree Map. 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 which represents portions of data as slices, where each slice is proportional to the value of data point relative to the sum of the values of all data points in the chart. The control supports 2D and 3D Pie charts.

    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

    Tree maps display hierarchical (tree-structured) data as a set of nested rectangles, where the size of the triange is proportional to the value associated with the specific tree node.

    See Also