Charts are plotted using one or more axes that scale the data displayed on the chart plot area along one or more dimensions. There are several types of charts that define the possible number of dimensions –those are:
Cartesian Charts – this is the most common type of chart that allows the user to plot data against two or three dimensions.
Polar Charts – this type of chart plots the data along a cyclical axis (angle) and a value axis.
Ternary Chart – this type of chart plots the data along three dimensions.
Radar Chart – this type of chart plots the data along a separate dimension for each category in the provided data points.
The common in those types of charts is that each of those chart dimensions can represent a different quantity or measurement where each value in the respective dimension of a data point is positioned.
To show the user the values in a particular dimension Nevron .NET Chart supports several types of axis scales that aim to denote the values along this dimension with the objective to annotate those values using axis scale objects, such as labels, ticks, grid lines, stipes, and others.