New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI CartesianChart Visual Structure
Updated on Aug 11, 2026
The visual structure of the .NET MAUI CartesianChart represents the anatomy of the control. Being familiar with the visual elements of the CartesianChart allows you to quickly find the information required to configure them.
The following image shows the anatomy of the CartesianChart.

Displayed Elements
- Plot Area—The area where the series render the data points, axis labels, and series.
- Bar Series—The visual representation of the data. The CartesianChart plots
BarSeries,LineSeries,AreaSeries, andPointSeries. - Horizontal Axis—The axis positioned along the horizontal direction. It is typically a
CategoricalAxis, aNumericalAxis, or aDateTimeAxis. - Vertical Axis—The axis positioned along the vertical direction. It is typically a
NumericalAxis. - Axis Label—The text that annotates the ticks of an axis.
- Axis Tick—The marks that indicate the values along an axis.
- Grid Lines—The optional horizontal and vertical lines rendered across the plot area.
- Series Label—The optional labels that annotate the individual data points of a series.