RadCartesianChartView

RadCartesianChartView is one of the RadChartView types. This chart visualizes its data points using the Cartesian coordinate system. The X and Y axes define how the coordinates of each point in the plot area are calculated and the series type define the way these data points will be visualized.

TelerikUI-Chart-Cartesian-Sample

Supported Series

RadCartesianChartView can visualize the following types of series:

Supported Axes

RadCartesianChartView needs to have two axes which will be used to calculate correctly the position of each data point. Usually one of the axes will be used to display the category of each data point and the other will represent its value. Here are the supported axes:

Create RadCartesianChartView from scratch

In order to create a new instance of RadCartesianChartView you can follow the instructions from the Getting Started page of RadChartView.