Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.18 KB

visual-structure.md

File metadata and controls

25 lines (20 loc) · 1.18 KB
title page_title description position tags previous_url slug
Visual Structure
.NET MAUI Chart Documentation - Visual Structure
Learn more about the visual elements and terms that are used in the Telerik UI for .NET MAUI Chart control article.
1
chart for .net maui, ui for .net maui, microsoft .net maui
/controls/chart/chart-visual-structure
chart-visual-structure

.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.