PJ
Pavithra J
Syncfusion Team
December 10, 2008 12:59 PM UTC
Hi Mark,
We are sorry to inform you that, the facility to rotate the text in the StripLine is not available in our current implementation.
We have created a feature request for this which will be made available in our next main release which is scheduled on Jan-14,2009.
Thanks for using Syncfusion Products.
Thanks
MH
Mark Hubis
December 10, 2008 01:07 PM UTC
Is it possible to also put a request in for the ability to position the text so that it is not covering the line or to set the background color of the label?
PJ
Pavithra J
Syncfusion Team
December 11, 2008 08:18 AM UTC
Hi Mark,
Thanks for using Syncfusion Products.
1.Could you please elaborate on what do you mean by “text not covering the line”. A screenshot of your requirement will be helpful. In our current implementation, it is possible to Allign the text in the StripLine to far, near and center.
The following set of code will make the text to appear at the center ,
ChartStripLine csl = new ChartStripLine();
csl.Alignment = ChartAlignment.Center;
2.We don’t use a label to set the text in stripline. Now, the background color of the text is the same as stripline color. If stripline text is moved far from the stripline, then the text will have a transparent background so that the chart color will be the background of this text.
If you require a label to appear on any point of the chart series, then you could use the ChartSeries annotations for this.
Please let me know if I have misunderstood your Query.
Thanks