UI for .NET MAUI
The .NET MAUI Cartesian Chart visualizes each data point from the OHLC Series as a line with open and close value indicators on its side. This is a typical financial series that can be used to visualize the state of a market for a period of time. The OHLC Series operates with a special kind of data in the form of four parameters defining the stock market - open, high, low, and close. The high and low values show the price range (the highest and lowest prices) over one unit of time. The open and close values indicate the opening and closing price of the stock for the corresponding period.
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