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

Example of Donut in ASP.NET Core Chart Control

This ASP.NET Core donut chart example visualizes mobile browser statistics. The center label shows information about the data in the donut series.

DEMO
SOURCE

In this example, you can see how to render and configure a donut chart. To create a donut in the pie series, we use the InnerRadius property. The CenterLabel property allows you to specify the default text that will be rendered in the center. You can also customize the text that will render when the mouse pointer is hovered over one of the donut slices using the HoverTextFormat property.

More information about the donut series can be found in this documentation section.