• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Range Column in ASP.NET Core Chart Control

This sample demonstrates polar series with stacking column type. The switching between polar and radar series can be done by using Series Type in property panel.

DEMO
SOURCE
Series Type:

In this example, you can see how to render and configure the stacking column type charts. Stacks the points in the series vertically and also you can use stackingGroup property to group the stacking collection based on categories. You can use border, fill properties to customize the vertical bar. dataLabel is used to represent individual data and its value.

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 Polar series can be found in this documentation section.