Search found 6 matches

by TEh
Mon Sep 06, 2010 12:23 pm
Forum: .NET
Topic: Bug in ColorGrid Legend using Palette
Replies: 6
Views: 7800

Re: Bug in ColorGrid Legend using Palette

Hello Yeray,

version 3.2.2763.26082
by TEh
Mon Aug 30, 2010 6:52 am
Forum: .NET
Topic: Bug in ColorGrid Legend using Palette
Replies: 6
Views: 7800

Bug in ColorGrid Legend using Palette

The legend shows wrong colors when using own palette The example below runs ok with version 3.2 showing in legend colors red, yellow, white, turquoise and blue. With the latest 4.1 version the colors shown are wrong (some colors shown twice) To use the example just create a form test.vb in windows.f...
by TEh
Fri Aug 27, 2010 11:53 am
Forum: .NET
Topic: Colorgrid inverted axis bug reintroduced
Replies: 5
Views: 5505

Re: Colorgrid inverted axis bug reintroduced

Seems to be a bit more confusing error:

Just changing the IrregularGrid property value makes the cells to be inverted even though axes are not inverted (and axes' inverted property is not touched)
by TEh
Fri Aug 27, 2010 5:51 am
Forum: .NET
Topic: Surface series sides (back) drawn incorrctly
Replies: 1
Views: 2484

Surface series sides (back) drawn incorrctly

The sides in surface series are drawn incorrrectly, specifically the side that should be behind the actual surface is drawn on the foreground blocking part of the surface itself.

This can be seen in your feature demo (All Features->Chart Styles->Extended->Surface->Sides)
by TEh
Fri Aug 27, 2010 5:41 am
Forum: .NET
Topic: Colorgrid inverted axis bug reintroduced
Replies: 5
Views: 5505

Re: Colorgrid inverted axis bug reintroduced

No, that is not what I meant. If I create a form with a button and teechart with a colorgrid series (showing labels) and use the code below, - with irregulargrid = false clicking the button the axis labels behave correctly but nothing happens to the cells - with irregulargrid = true both axis labels...
by TEh
Wed Aug 25, 2010 5:46 am
Forum: .NET
Topic: Colorgrid inverted axis bug reintroduced
Replies: 5
Views: 5505

Colorgrid inverted axis bug reintroduced

It seems that you have reintroduced the inverted axis bug described in this post http://www.teechart.net/support/viewtop ... 9&start=15
The irregulargrid setting seems to work as fix now too