i want to change/set stacked property of the bar chart to either of the following
1.stacked
2.none
3. side stacked
....
i want to this through vb code
arav
how can i change through the code
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi arav,
1.stacked
Code: Select all
TChart1.Series(0).asBar.MultiBar = mbStacked
2.none
Code: Select all
TChart1.Series(0).asBar.MultiBar = mbNone
3. side stacked
Code: Select all
TChart1.Series(0).asBar.MultiBar = mbSide
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 |
how can i bring all labels/values front (bring to front) on
how can i bring all labels/values front (bring to front) on the chart
i am drawing various graphs such as line,bar,stackedbar, horizbar, in the bar chart the values hide behind the bar and not able to see...
how can i bring them forward and how can i set this property in through the code for the entire series or collection of series ..
aravind
i am drawing various graphs such as line,bar,stackedbar, horizbar, in the bar chart the values hide behind the bar and not able to see...
how can i bring them forward and how can i set this property in through the code for the entire series or collection of series ..
aravind
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Aravind,
I'm not able to reproduce the issue here. Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
I'm not able to reproduce the issue here. Could you please send us an example we can run "as-is" to reproduce the problem here?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
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 |
sorry this is not issue
hi
when i draw the bar chart , some values hide behind the bar , i want to bring them front , so that i can see all values plotted ..
aravind
when i draw the bar chart , some values hide behind the bar , i want to bring them front , so that i can see all values plotted ..
aravind
i posted the tee file
i posted the tee file newsgroup pls check it and advise me
aravind
aravind
any info on my previous post
any info on my previous post
need help asap
aravind
need help asap
aravind
Hi Aravind,
As a way arounds :
1) Use the DragMarks tool
2) Set a different arrow length for the Marks of each Series. (setting the ArrowLength to negative value).
3) Placing custom markers, for example using Annotation tools.
Yes, this is by default for Stacked 2D Bar Series, we've on our wish list to be considered for further releases.am drawing various graphs such as line,bar,stackedbar, horizbar, in the bar chart the values hide behind the bar and not able to see...
As a way arounds :
1) Use the DragMarks tool
2) Set a different arrow length for the Marks of each Series. (setting the ArrowLength to negative value).
3) Placing custom markers, for example using Annotation tools.
Pep Jorge
http://support.steema.com
http://support.steema.com