Search found 6 matches

by DieterMuc
Thu Oct 27, 2011 1:32 pm
Forum: VCL
Topic: Polar Grid
Replies: 9
Views: 6489

Re: Polar Grid

Hi Yeray, Now it works perfectly. If anybody is interestet in the C++ Code here it is: void __fastcall TfmMainKennfeld::bbInversClick(TObject *Sender) { TColor tmpColor; int iLength = polarGridSeries -> Palette -> PaletteSteps; for( int i = 0, j = iLength - 1; i < (iLength/2); ++i, --j ) { tmpColor ...
by DieterMuc
Tue Oct 25, 2011 8:12 am
Forum: VCL
Topic: Polar Grid
Replies: 9
Views: 6489

Re: Polar Grid

Hi Yeray,

in TSurfaceSeries I found the function InvertPalette(), but I do not use this series. I must use TPolarGridSeries. And there is not function InvertPalette() available. I'm sorry. Try it by yourself!

Kind regards

Dieter
by DieterMuc
Wed Oct 19, 2011 1:45 pm
Forum: VCL
Topic: Polar Grid
Replies: 9
Views: 6489

Re: Polar Grid

Hi Yeray, here my code in C++ and it works: Series1->Palette -> UsePalette = true; Series1->Palette -> UseColorRange = false; I Could not find a function: Series1 -> InvertPalette() or Series1 -> Palette -> InvertPalette() . By the way: in Pascal-Examples I found the function. Kind regards Dieter
by DieterMuc
Wed Oct 19, 2011 9:38 am
Forum: VCL
Topic: Polar Grid
Replies: 9
Views: 6489

Re: Polar Grid

Hi Yeray,

thank you, it works. But what I still miss is the statement to set Colors -> Invers!

Dieter
by DieterMuc
Mon Oct 17, 2011 3:59 pm
Forum: VCL
Topic: Polar Grid
Replies: 9
Views: 6489

Polar Grid

Hi, I work with C++Builder DS2007, Windows 7 and the latest TChart Version V2010.00.00407 Win32. TChart-Series is: 3D -> Polar Grid -> Normal During design-time I set the series1 to:Format -> Palette: Colors -> Rainbow and Invert, the steps to 22 During Runtime the series1 comes up with Format -> Pa...
by DieterMuc
Tue Mar 22, 2011 9:19 am
Forum: VCL
Topic: DS2006 C++Builder
Replies: 1
Views: 2259

DS2006 C++Builder

Hi,
I'm confused by all the TChart versions. So what is the latest version to use for DS2006 C++Builder?

Kind regards

Dieter