Hi!
I have found a strange behaviour with ColorBand tools.
In my .net application, if I make ColorBands where start = end they do not display in the chart.
If i do the same with the activeX, the bands are shown. Is there a known issue? how can i make those bands visible in my .net application?
Thanks
Code example :
ColorBand tool = new ColorBand();
tool.Axis = tChart1.Axes.Bottom;
tool.Start = 5;
tool.End = 5;
tool.Color = m_bandColor;
tool.Transparency = 10;
tChart1.Tools.Add(tool);
ColorBand with start = end not displayed
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi maryse,
Yes, you are right. In .NET they are only visible if the chart is set to 3D. I'll add your request to our wish-list to be considered for inclusion in future releases.
Yes, you are right. In .NET they are only visible if the chart is set to 3D. I'll add your request to our wish-list to be considered for inclusion in future releases.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi maryse,
I'm sorry but this issue (TF02013104) hasn't been fixed yet. I've increased its priority on the list. Please be aware at this forums or our RSS news feed for new release announcement and what's fixed and implemented on them.
Thanks in advance.
I'm sorry but this issue (TF02013104) hasn't been fixed yet. I've increased its priority on the list. Please be aware at this forums or our RSS news feed for new release announcement and what's fixed and implemented on them.
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 |