Hi Steema Support,
We are creating chart labels with large data values so in last label(that show Bottom maximum value) its does not show complete value properly as shown in fig. below:
Is there is any way to manage labels size automatically according to labels data.
Thanks in advance.
Thanks
PlanoResearch
Manage Labels Size
Manage Labels Size
- Attachments
-
- ManageAxis.rar
- Manage Label
- (56.68 KiB) Downloaded 772 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Manage Labels Size
Hi PlanoResearch,
That's what automatic labels do. With custom labels you can add the code below after adding custom labels.amol wrote: Is there is any way to manage labels size automatically according to labels data.
Code: Select all
tChart1.Panel.MarginUnits = PanelMarginUnits.Pixels;
tChart1.Panel.MarginRight = tChart1.Axes.Bottom.MaxLabelsWidth();
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 |
Re: Manage Labels Size
Thanks! Steema Support it works successfully!!!