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

authentication - Mongodb revoke acccess to connect test database -

c - getting error: cannot take the address of an rvalue of type 'int' -

How to merge four videos on one screen with ffmpeg -