Display values on bar and pie charts
Posted: Mon Nov 12, 2012 8:32 am
Is it possible to display the values for bar and pie charts on each of the columns and pie segments respectively?
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
https://forum.stimulsoft.com/
You should set the Series Labels - Show in Percent property to True and the Value Type property to the Argument - Value.aaronrc wrote: - On the pie chart rather than just display the values of "M" & "F" I'd also like to display the percentage of each, e.g. "M - 54%" & "F - 46%". Or alternatively display the % value on the chart itself,
Here you should set the Series Labels property to Outside End.aaronrc wrote: - On the bar chart display the value of each column on a tag above the column so for the "F" column display a value of "20" somewhere on the column and likewise for the "M" column.