Example of Area Zone in ASP.NET MVC Chart Control
This sample visualizes the data on US season retail sales growth using a multi-colored area series in the chart. Data points are enhanced with segments and tooltips.
DEMO
SOURCE
In this example, you can see how to render and configure points in a particular range by using MultiColoredAreaopens in a new tab series. Points within the range can be configured with the Coloropens in a new tab property in ChartSegment
.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information on the area series can be found in this documentation sectionopens in a new tab.