Page 1 of 1

ColorBand with start = end not displayed

Posted: Mon Jun 02, 2008 7:03 pm
by 9640286
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);

Posted: Tue Jun 03, 2008 9:09 am
by narcis
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.

Hi Narcis!

Posted: Fri Oct 10, 2008 2:41 pm
by 9640286
Any news about this issue?

Posted: Fri Oct 10, 2008 3:42 pm
by narcis
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.