The Mixed Chart element combines different chart types (e.g., Bar + Line) into a single visual to present complex data sets comprehensively and clearly. It is used to compare multiple data series, analyze different metrics simultaneously, or display trend + distribution information together.
The Mixed Chart element is supported in both web and mobile applications.
Areas of Use
Displaying sales volume (Bar) and sales trend (Line) on the same chart,
Tracking website traffic (Bar) and conversion rate (Line) together,
Comparing revenue and expense distributions,
Displaying KPI values on the same screen with different visualization styles, etc.
Sales and Revenue Tracking
On an e-commerce site, monthly sales quantities are displayed with a Bar Chart, while sales revenues are displayed with a Line Chart on the same Mixed Chart.
X-axis: Month information (January, February, March...)
Bar Chart series: Sales quantity
Line Chart series: Sales revenue (₺)
Both sales and revenue information are displayed together on the tooltip.
Connecting the Data Source
Go to the Datasources module.
Click the + icon next to the Tables heading and name the table “SalesMixedData”.
Create the following table.
Then click SQL Actions and name the action “SalesMixedData”. You can also create it with C#.