Example of Selection in ASP.NET Core 3D Circular Chart Control
This sample displays the browser market share using a 3D pie chart with selection and highlight behavior.
DEMO
SOURCE
In this sample, you can select and highlight any point in the chart by clicking on or touching it. Additionally, you have the option to select and highlight a point during the initial loading of the chart using the SelectedDataIndexes
option.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point on touch-enabled devices.