Blazor Column with Negative Points Bar Chart Example
This Blazor Column Chart illustrates a column chart displaying both positive and negative data points. Data points are enhanced with tooltips for detailed information.
In this example, you can see how to render and configure negative values in a column chart, which is useful for visualizing data such as:
- Profit and loss comparisons
- Temperature variations above and below a baseline
- Increase and decrease metrics
Tooltip is enabled in this example. To see tooltip information, hover over or tap on a data point on touch-enabled devices.
More information about the column series can be found in this documentation section.