Page 1 of 1

Narrow the Line Spacing of Marks

Posted: Tue Sep 25, 2012 9:15 am
by 13045482
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.

Re: Narrow the Line Spacing of Marks

Posted: Tue Sep 25, 2012 5:23 pm
by 10050769
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,