This sample visualizes the data about average sales comparison of two products by using default area series in the chart. Legend in the sample shows the information about the series.
In this example, you can see how to render and configure the area type charts. This is similar to line type series, but the area get closed and filled with series color.
You can use the border
and fill
properties to customize the area. marker
and dataLabel
are used to represent individual data and its value.
Legend is enabled in this example with series type shape.
More information on the area series can be found in this documentation section.