hi guys
i want to show a label along with X Axis and Y , i dont want to use legends ,just to show text vertically
along with y axis and hoizontly beneath x axis.
regards ..
Hi,
For the hiding of the legend you can try this:
<igChart:XamWebChart Name="xamWebChart1">
<igChart:XamWebChart.Legend>
<igChart:Legend Visibility="Collapsed"/>
</igChart:XamWebChart.Legend>
</igChart:XamWebChart>
For the formatting of the labels this could be useful: http://help.infragistics.com/NetAdvantage/DV/2009.1/CLR3.5/?page=SL_DV_xamWebChart_Format_the_Labels_of_an_Axis.html
Best regards,
Anatoli Iliev