Hello Steema Support ,
I am using tee chart in Silverlight Application and I am facing problem when I am setting the title of right axes ,this title is not coming on the center position of the chart. I am setting property for right axes title is :-
tChartGraph.Axes.Right.Title.Text = "Percentile";
tChartGraph.Axes.Right.Title.Angle = 270;
tChartGraph.Axes.Right.Title.Font.Bold = true;
tChartGraph.Axes.Right.Title.Font.Size = 8;
and when I am setting the title of bottom axes then title of bottom axes is getting merged with Bottom axes Label Items(scale) how to set margin(gap) between Axes title & label items of tee chart in this case bottom axes label item angel is set at 90 degree.
tChartGraph.Axes.Bottom.Labels.Angle = 90;
tChartGraph.Axes.Bottom.Labels.Font.Size = 6;
I am also attaching image of this chart.
Any Solution will be highly appreciated.
Thanks & Regards
Plano Team
Query regarding axes title
Query regarding axes title
- Attachments
-
- Title Query Image.png (44.92 KiB) Viewed 4875 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Query regarding axes title
Hello,
This looks like a bug to me as it works fine in WinForms and the left axis title is also centered. I have added it (TW24016389) to the defect list to be fixed.I am using tee chart in Silverlight Application and I am facing problem when I am setting the title of right axes ,this title is not coming on the center position of the chart. I am setting property for right axes title is :-
You can increase the bottom margin like this:and when I am setting the title of bottom axes then title of bottom axes is getting merged with Bottom axes Label Items(scale) how to set margin(gap) between Axes title & label items of tee chart in this case bottom axes label item angel is set at 90 degree.
Code: Select all
tChart1.Panel.MarginBottom = 10;
Best Regards,
Narcís Calvet / 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 |