Lable pointer in piechart using c# -


why pointer thick in webpage chart, not in design page. have pie chart designed lables outside pie using lable pointer. in design page pointers thin desired. in webpage looks thick, not sure why gets reflects that. please resolve.

:my design page pic

:my webpage chart looks like

<asp:chart id="chart5"  runat="server" width="600px" height="331px"  palette="none"            palettecustomcolors="teal; 255, 128, 0; 192, 192, 0; maroon; purple"> <borderskin borderwidth="5" /> <series> <%-- <asp:series name="summary group" charttype="pie" chartarea="chartarea5"  isvalueshownaslabel="true" >     </asp:series>--%>    <asp:series name="total" charttype="pie" chartarea="chartarea5"  isvalueshownaslabel="true"     customproperties="pielabelstyle=outside, pielinecolor=black" label='"#percent"' markersize="1">     </asp:series>  </series> <chartareas>  <asp:chartarea name="chartarea5" issamefontsizeforallaxes="true" alignmentorientation="horizontal">  <%--<area3dstyle enable3d="true" inclination="0"></area3dstyle>--%>   </asp:chartarea>   </chartareas>   <legends>         <asp:legend name="legend5" alignment="center" legendstyle="table" docking="right">         </asp:legend>      </legends> </asp:chart> 


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -