This sample illustrates a combination of line and stacked column series. Tooltip shows the information about the data point.
In this example, you can see how to render and configure the different type of charts. You can render any combination of series in chart except bar. Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices. Injecting Module In this example, we have used line and column series. To use column and line feature, we need to inject ColumnSeries LineSeries modules using Chart.Inject(ColumnSeries) Chart.Inject(LineSeries) method. More information on the multiple series can be found in this documentation section.