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.
Narrow the Line Spacing of Marks
Narrow the Line Spacing of Marks
- Attachments
-
- Line Spacing of Labels.png (47.19 KiB) Viewed 6085 times
Re: Narrow the Line Spacing of Marks
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,
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 |
Instructions - How to post in this forum |