Problems with Bar colours in V3.2.2831.26852

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Problems with Bar colours in V3.2.2831.26852

Post by Adrian » Wed Oct 24, 2007 9:04 am

When a bar chart has solid colours, editing the series and changing the colour just changes the colour of the bar borders, however if the bar is set to show a gradient then changing the colour does in fact change the colour.
Adrian Heald
Captell Developments
www.captelldevelopments.com

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

Post by Narcís » Wed Oct 24, 2007 9:16 am

Hi Adrian,

That's not true, colour changes if you go to Series -> Format -> Format tab and use the "Color" button.

Can you please try this at your end?
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

Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Post by Adrian » Wed Oct 24, 2007 9:27 am

Doesn't work...

the Series -> Format -> Format tab and the "Color" button only change the bar edge colours the line, not the bar colour. The bar colour does change if the gradient is turned on.
Adrian Heald
Captell Developments
www.captelldevelopments.com

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

Post by Narcís » Wed Oct 24, 2007 9:41 am

Hi Adrian,

Try the following please:

1. Go to the All Features\Welcome !\Chart styles\Standard\Bar\Self stacked example in the features demo.
2. Double click in the yellowish textbox above the example to edit the chart.
3. Go to Series -> Format -> Format tab.
4. Check that the gradient is disabled.
5. Now click the Color button and try changing it.

This changes the bars colour for me here. Does it work fine at your end?

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

Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Post by Adrian » Wed Oct 24, 2007 9:47 am

yes that does work, however try this on the area charts

1. Go to the All Features\Welcome !\Chart styles\Standard\AREA\Stack Groups example in the features demo.
2. Double click in the yellowish textbox above the example to edit the chart.
3. Go to Series -> Format -> Options tab.
4. Select the area4 series
5. Click the Color button and try changing it.

it doesn't work...
Adrian Heald
Captell Developments
www.captelldevelopments.com

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

Post by Narcís » Wed Oct 24, 2007 10:05 am

Hi Adrian,

Yes, this doesn't work. I've also added it (TF02012549) to our defect list to be fixed for 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

Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Post by Adrian » Thu Oct 25, 2007 12:37 am

this error also occurs on

Horizontal area charts
Shape series

also on the 3D vector series, click the Pen button on the demo and try to change the colour

also on the Errorbar series, the colour of the error lines doesn't change until the Colour each checkbox is double clicked
Adrian Heald
Captell Developments
www.captelldevelopments.com

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

Post by Narcís » Thu Oct 25, 2007 10:28 am

Hi Adrian,

Thanks for the information. I'll update this on the bug list. However, this worked fine for me here with Shape series.

Regarding Vector3D series, this is because it uses ColorRange, this works:

Code: Select all

        Steema.TeeChart.Styles.Vector3D v1 = new Steema.TeeChart.Styles.Vector3D(tChart1.Chart);
        v1.FillSampleValues();
        v1.UseColorRange = false;
        v1.Color = Color.Lime;
However, the editor to set those properties should also be available. I'll add it to the list as well.
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

Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Post by Adrian » Mon Oct 29, 2007 12:44 am

Thanks Narcis
Adrian Heald
Captell Developments
www.captelldevelopments.com

Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Post by Adrian » Wed Nov 07, 2007 11:57 pm

this is resolved for Area and Harea charts in release 3.2.2866.23885
Adrian Heald
Captell Developments
www.captelldevelopments.com

Post Reply