Search found 6 matches

by Monkey
Fri Oct 03, 2008 12:54 pm
Forum: VCL
Topic: Dynamically change series
Replies: 2
Views: 5089

Yes, that helps a lot! :)

Thanks!
by Monkey
Fri Oct 03, 2008 11:41 am
Forum: VCL
Topic: Dynamically change series
Replies: 2
Views: 5089

Dynamically change series

Hi there, I'm using a TIsoSurface Series to write some data to a 3d Tchart. Is it possible to dynamically change the properties of the TIsoSurface series at runtime, in order to change the colour style of the data on the chart (e.g. with the click of a button) without reinstantiating the chart itself?
by Monkey
Wed Oct 01, 2008 2:47 pm
Forum: Wishes and ideas
Topic: TColorGrid or TSurfaceSeries value range highlighter
Replies: 5
Views: 34913

That helps a lot, thanks very much! :)
by Monkey
Wed Oct 01, 2008 9:57 am
Forum: Wishes and ideas
Topic: TColorGrid or TSurfaceSeries value range highlighter
Replies: 5
Views: 34913

I have a question about the syntax:

"Series1.AddPalette(0.4 ,RGB(150,150,150)); "

Does the first parameter specify the Y value of the series? E.g.

Series1.AddPalette(Y, Color);

Also, would the above work for a TIsoSurfaceSeries? Are there any additional flags that need to be set?
by Monkey
Mon Sep 29, 2008 2:33 pm
Forum: VCL
Topic: TChart & Axis Scaling
Replies: 2
Views: 4889

Hi Narcís, thanks very much for the swift response.

I had a closer look at my project and it turns out it is a problem with my data, not TeeChart! :oops:

I've fixed the problem now :)

Thanks again,
Monkey.
by Monkey
Mon Sep 29, 2008 10:39 am
Forum: VCL
Topic: TChart & Axis Scaling
Replies: 2
Views: 4889

TChart & Axis Scaling

Hi there, I'm using a TsurfaceSeries to populate a 3d TChart in TChart 8, but i'm having a problem scaling one of the axes. I didn't specify the scale or increment for the bottom and depth axes and they appear to scale automatically according to the data added using the TSurfaceSeries.addxyz method....