c# - telerik report chart percentage -


how can similar result on telerik report showing percentage instead of count value shown default.

i'm using c# in application.

thanks

enter image description here

this how looks in app

<telerik:pieseriesdefinition axisname="yourname"                              showitemlabels="true"                              itemlabelformat="#%{p0}"                               radiusfactor="0.7"> 

the key here itemlabelformat radiusfactor can move far want center

forgot add answer well. inside chartdefaultview.chartarea add

 <telerik:chartarea.axisy>      <telerik:axisy axisname="yourname" defaultlabelformat="#val{p}"/>  </telerik:chartarea.axisy> 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -