Narrow the Line Spacing of Marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Neelam
Advanced
Posts: 193
Joined: Fri Jun 08, 2007 12:00 am

Narrow the Line Spacing of Marks

Post by Neelam » Tue Sep 25, 2012 9:15 am

Hi,

I'm using Steema Silverlight version. I'm creating a bar chart. And set the mark style as Steema.TeeChart.Silverlight.Styles.MarksStyles.Label. The line spacing between the 2 values is very wide. Is there any way to reduce this line spacing.
Steema.TeeChart.Silverlight.Styles.Bar bar1;

bar1.Marks.Angle = 90;
bar1.Marks.Visible = true;
bar1.Marks.Style = Steema.TeeChart.Silverlight.Styles.MarksStyles.Label;
bar1.Marks.TextAlign = TextAlignment.Center;
bar1.Marks.Font.Size = 7.5;
bar1.Marks.Pen.Visible = false;;
bar1.Title = "AGM & CM";
bar1.Marks.MultiLine = true;

bar1.Add(0, Math.Round(valueA, 2).ToString("0.00") + Environment.NewLine + Math.Round(valueB,2).ToString("0.00"))


Please refer the attached screenshot.
Attachments
Line Spacing of Labels.png
Line Spacing of Labels.png (47.19 KiB) Viewed 5213 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Narrow the Line Spacing of Marks

Post by Sandra » Tue Sep 25, 2012 5:23 pm

Hello Neelam,

It is a feature request known for us with number[TF02016087] as explain in next link:
http://www.teechart.net/support/viewtop ... rks#p56989

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply