UI for .NET MAUI
The Telerik UI for .NET MAUI Spline graph draws curved instead of straight lines in order to allow smooth data representation. Just as in the .NET MAUI Line chart, the axis can be configured to show numeric, categorical or date/time points.
The Numerical axis chart type is an indispensable part of the Cartesian coordinate system. The chart type calculates the coordinate of each data point on its actual numerical value this point provides for the axis.
See the .NET MAUI Charts documentation: Numerical axis
The Cartesian Charts for Telerik UI for .NET MAUI uses the Cartesian coordinate system to plot the data points in its chart series. The charts include a categorical axes where the data points are arranged in categories.
See the .NET MAUI Charts documentation: Categorical axis
The DateTimeContinuous Axis is a hybrid between a Categorical and a Numerical axis. The chart type works with categorical data but instead of categories, the axis builds time slots depending on its values. Think of this chart type as a timeline
where the coordinate of each data point is calculated depending on the position of its associated DateTime on the time line.
See the .NET MAUI Charts documentation: DateTimeContinuous axis.
The Telerik UI for .NET MAUI Charts Legend feature displays a set of items, which correspond to the chart content making it easy for you to provide descriptions for the series visualized within the control.
You can use annotations in your Telerik UI for .NET MAUI Charts whenever you need to highlight certain areas or points on the plot. You can easily define annotations on any point of the plot area and customize their appearance.
See the .NET MAUI Charts documentation: Annotations