Hi,
I have Infragistics Pie chart in my dashboard,and if I try to bind large amount of data,then labels are wrapping up..see the image below.
And I want to allign all the Pie chart labes in one direction (either left or right),and others section will be one side.
Please see the below 2nd screen shot(I want the alignment like that,actually that is ChartFx control)
I tried with both ClipText and Wrap Text Properties,but it didn't help me.Is there,any way to allign the labels like that.
Thnx for ur quick reply...and I applied those read only properties,for reloading the data which will be the suitable property.
You can try these:
this.ultraChart1.Axis.X.ResetScrollScale();
this.ultraChart1.DataBind();
Is there is any way to reset the axis scale individually.
I think we had the property ultrachart1.ResetScale() for resetting both the scales.
And one more thing,what is the property to reload the data for infragistics chart.
Thanks
Thanks For the reply.Yes If I increase the size of the chart,then Labels are not Overlapping.
For other charts for large ItemLabels,the text is automatically going to next line.I expected the same behaviour for the piechart also.
Anyway once again thanks for ur suggestion.
Unfortunately, currently the WinChart doesn't support this functionality. If you want to request this as an official feature then please visit this page: http://devcenter.infragistics.com/protected/requestfeature.aspx
In your case if you don't want labels to overlap, you need to increase the chart size.