Axis in .NET MAUI Chart

15 Mar 20241 minute to read

The ChartAxis is used to locate a data point within the chart area. Charts usually consist of two axes, which are used to measure and categorize data: a primary axis and a secondary axis.

Polar chart supports the following types of chart axis.

  • Category
  • Numeric
  • Date time

Key features

  • Axis supports different types of axes such as Category, Numeric, and Date Time.
  • It allows you to customize the chart axis line, including grid lines, and tick lines.
  • It allows you to customize the start angle of axis.