Hi,
I have a horizontal bar chart and it currently dynamically sets the bar widths according to how many bars are in the chart. When there are many bars they are very narrow and subsequently only shows every other bar label.
How can I manually set the size of each bar and maintain all the bar labels for each bar next to the axis?
Many thanks
Set bar widths manually
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi edgemeistergeneral,
TeeChart tries to plot as many labels in the axis as can be fitted provided they don't overlap.
In that case I'm afraid the only solution is using custom labels as shown in the All Features\Welcome!\Axes\Labels\Custom Labels example at the features demo, available at TeeChart's program group.
You may also be interested on reading this thread. Please notice this is quite a long thread (has several pages) and what you are looking for may not appear in the first posts. However, several possibilities were discussed there.
Hope this helps!
TeeChart tries to plot as many labels in the axis as can be fitted provided they don't overlap.
In that case I'm afraid the only solution is using custom labels as shown in the All Features\Welcome!\Axes\Labels\Custom Labels example at the features demo, available at TeeChart's program group.
You may also be interested on reading this thread. Please notice this is quite a long thread (has several pages) and what you are looking for may not appear in the first posts. However, several possibilities were discussed there.
Hope this helps!
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 |
-
- Newbie
- Posts: 6
- Joined: Thu Apr 24, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi edgemeistergeneral,
It's much easier, use this:
It's much easier, use this:
Code: Select all
tChart1.Legend.LegendStyle = Steema.TeeChart.LegendStyles.Series;
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 |
-
- Newbie
- Posts: 6
- Joined: Thu Apr 24, 2008 12:00 am
Line thickness
is there a simple way of increasing the line thickness of a series for my horizontal line graph? I'm guessing I have to use my own brush but can't seem to get it going.
thanks
thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |