New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI Chart Visual Structure

This article describes all visual elements and terms that are used in a standard Chart control.

Chart Visual Structure

Legend

  • PlotArea—The area that contains the data series (on the previous image, this is the area inside the rectangle defined by the axes).
  • Series—The visual representation of the data.
  • SeriesLabels—Labels that provide specific information about the data points in the series.
  • VerticalAxis/HorizontalAxis—Axes that define the coordinate system used to plot the data.
  • Tick—Marks specific values on the axes.
  • AxisLabel—Labels for specific values on the axes.
  • ChartGrid—Grid lines that mark specific values on the chart area.
In this article