Example of Negative Stack in ASP.NET MVC Chart Control
This sample illustrates a stacked bar chart with negative data points. Data point values are shown in data labels.
DEMO
SOURCE
In this example, you can see how to render and configure negative values in a stacked bar chart. The stacked bar chart stacks points in the series horizontally. You can also use the StackingGroupopens in a new tab property to group stacked collections based on category.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices.
More information about the stacked bar series can be found in this documentation sectionopens in a new tab.