ColorBand with start = end not displayed

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
maryse
Newbie
Newbie
Posts: 2
Joined: Mon Feb 13, 2006 12:00 am

ColorBand with start = end not displayed

Post by maryse » Mon Jun 02, 2008 7:03 pm

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);

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Jun 03, 2008 9:09 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

maryse
Newbie
Newbie
Posts: 2
Joined: Mon Feb 13, 2006 12:00 am

Hi Narcis!

Post by maryse » Fri Oct 10, 2008 2:41 pm

Any news about this issue?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 10, 2008 3:42 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply