ChartView and PieChartView components allow you to visualize your data in different ways: bars, lines, candle sticks, points, pie slices, and so on.
![DevExpress MAUI Chart - Point Series](/MAUI/images/charts/series/background/point-series.png)
DevExpress MAUI Chart - Point Series
![DevExpress MAUI Chart - Line Series](/MAUI/images/charts/series/background/line-series.png)
DevExpress MAUI Chart - Line Series
![DevExpress MAUI Chart - Area Series](/MAUI/images/charts/series/background/area-series.png)
DevExpress MAUI Chart - Area Series
![DevExpress MAUI Chart - Bar Series](/MAUI/images/charts/series/background/bar-series.png)
DevExpress MAUI Chart - Bar Series
![DevExpress MAUI Chart - Pie Series](/MAUI/images/charts/series/background/pie-series.png)
DevExpress MAUI Chart - Pie Series
![DevExpress MAUI Chart - Financial Series](/MAUI/images/charts/series/background/financial-series.png)
DevExpress MAUI Chart - Financial Series
The supported series are listed below:
Pies & Donuts
PieSeries - Displays data as circular graphic divided into slices to illustrate numerical proportion.
DonutSeries - Displays data as a pie chart with a hole in center.
Areas
AreaSeries - Displays data as filled areas on a chart, with each data point as a peak or hollow in this filled area.
StackedAreaSeries - Displays data as areas on a chart, so that each data point value is aggregated with values of the underlying data points.
FullStackedAreaSeries - Displays data as areas on a chart, so that each data point value is stacked with values of all the other corresponding data points and the total area is always the full area of the chart diagram.
StepAreaSeries - Displays data as filled areas on a chart, with data points connected by horizontal and vertical lines.
Points & Bubbles
BubbleSeries - Displays three-dimensional data as a collection of bubbles, so that each bubble position visualizes the first two dimensions and the bubble size is the third dimension.
Lines
LineSeries - Displays data as points connected by a line.
SplineSeries - Displays data as points connected by a curved line.
StepLineSeries - Displays data as points connected by horizontal and vertical lines.
ScatterLineSeries - Displays data as a collection of points connected by a line, in the order they were indexed (opposite to
LineSeries that automatically sorts all series points within the collection by their arguments).
Bars
BarSeries - Displays data as individual bars grouped by arguments, and each bar height is determined by the data value.
StackedBarSeries - Displays data as bars stacked by arguments, so that each stacked bar height is determined by the total of all the series values for the argument.
FullStackedBarSeries - Displays data as bars stacked by arguments, so that each stacked bar height is always the full height of the chart diagram and series values are displayed as percentages of a bar.
SideBySideStackedBarSeries - Displays data as bars stacked according to the
StackedGroup property value and grouped by arguments. The height of each stacked bar is determined by the total of series values the bar contains.
SideBySideFullStackedBarSeries - Displays data as bars stacked according to the
StackedGroup property value and grouped by arguments. The height of each bar is always the full height of the chart diagram and series values are displayed as percentages of a bar.
RangeBarSeries - Displays data as bars that show ranges between two data values for argument values. Bars with the same argument from different series may overlap.
SideBySideRangeBarSeries - Displays data as bars grouped by arguments. Each bar shows the range between two data values for the argument value.
Financial Charts
StockSeries - Displays an
Open-High-Low-Close typical financial series so that each data point consists of a vertical line indicating the price range over one unit of time, and the left and right tick marks showing the opening and closing prices for that time period, respectively.
CandleStickSeries - Displays an
Open-High-Low-Close typical financial series so that each data point consists of a vertical line indicating the price range over one unit of time and a rectangle showing the opening and closing prices for that time period.