New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI CartesianChart Overview

Updated on Aug 11, 2026

The Telerik UI for .NET MAUI Cartesian Chart (RadCartesianChart) visualizes data in a Cartesian coordinate system. The horizontal and vertical axes define how the coordinates of each data point in the plot area are calculated, and the series type defines how these data points are rendered.

.NET MAUI CartesianChart Overview

Series

The Cartesian Chart plots data through the following series:

SeriesDescription
BarSeriesRepresents each data point as a bar.
LineSeriesConnects the data points with straight line segments.
AreaSeriesFills the area between the line that connects the data points and the axis.
PointSeriesRepresents each data point as a symbol positioned by two numerical values.

Axes

You can use the following axes to position the data points in a CartesianChart.

AxisDescription
Categorical AxisArranges the data points in discrete categories—for example, product names or months.
Numerical AxisPositions the data points depending on their numeric value over a continuous range.
Date-Time AxisPositions the data points on a time line based on their System.DateTime value.

Key Features

Next Steps

See Also