Search found 12 matches

by S-ON-S
Mon Feb 13, 2012 2:07 pm
Forum: VCL
Topic: Add a 3D Surface at run time
Replies: 1
Views: 2675

Add a 3D Surface at run time

Hi there,

How can I add a 3D Surface at run time?
And fill with x, y and z values?

Thanks in advance,

Dennis
by S-ON-S
Thu Feb 09, 2012 7:31 am
Forum: VCL
Topic: Rezize Chart Problem
Replies: 3
Views: 3768

Re: Rezize Chart Problem

Hi Yeray,

sorry, it was the wrong example. Here is the correct one.

Thanks in advance,
Dennis
by S-ON-S
Tue Feb 07, 2012 8:08 am
Forum: VCL
Topic: Rezize Chart Problem
Replies: 3
Views: 3768

Rezize Chart Problem

Hi there,

i use a Surface Series with OpenGl. If i resize my form the chart is outside the range.
What can I do? See example.

Thanks in advance,
Dennis
by S-ON-S
Tue Jan 31, 2012 11:26 am
Forum: VCL
Topic: depth right axis title isn' t displayed with opengl
Replies: 3
Views: 3767

Re: depth right axis title isn' t displayed with opengl

Hi Yeray,

i don't mean the scale. The Title isn't displayed with opengl.

Thanks in advance,
Dennis
by S-ON-S
Tue Jan 31, 2012 8:58 am
Forum: VCL
Topic: depth right axis title isn' t displayed with opengl
Replies: 3
Views: 3767

depth right axis title isn' t displayed with opengl

Hi there,

the depth right axis title isn' t displayed with opengl. What can i do?

Thanks in advance,
Dennis
by S-ON-S
Thu Jan 26, 2012 7:24 am
Forum: VCL
Topic: Teecommander button events
Replies: 3
Views: 3532

Re: Teecommander button events

Hi Yeray,

it isn't what i mean.
I would like have my own TButtons without TeeCommander to activate rotate, move and zoom of my Chart.
Are there function to solve the problem?

Thanks in advance,
Dennis
by S-ON-S
Tue Jan 24, 2012 1:56 pm
Forum: VCL
Topic: Teecommander button events
Replies: 3
Views: 3532

Teecommander button events

Hi there,

how can I call the teecommander button events with my own buttons?

Thanks in advance,
Dennis
by S-ON-S
Tue Jan 24, 2012 12:57 pm
Forum: VCL
Topic: 3D graphic with different x values
Replies: 3
Views: 3556

Re: 3D graphic with different x values

Hi Yeray, yes IrregularGrid is true. But what I do if I don't have a grid-structure. For example: Series1.addxyz(0,0,0.5); Series1.addxyz(10,0,0.5); // X=10 Series1.addxyz(25,0,0.5); Series1.addxyz(0,1.1,0.6); Series1.addxyz(11,1.5,0.6); // X=11 Series1.addxyz(25,1.3,0.6); Series1.addxyz(0,2,0.75); ...
by S-ON-S
Tue Jan 24, 2012 7:21 am
Forum: VCL
Topic: Problem with Chart Position in OpenGl Mode
Replies: 5
Views: 4814

Re: Problem with Chart Position in OpenGl Mode

Hi Yeray,

is there another possibility to calculate a cross cursor on the x,y,z Value, if I move over with the mouse?

Thanks in advance,
Dennis
by S-ON-S
Mon Jan 23, 2012 10:29 am
Forum: VCL
Topic: 3D graphic with different x values
Replies: 3
Views: 3556

3D graphic with different x values

Hi there, I use the TSurfaceSeries in OpenGl mode. What can I do if I have different x values ​​for individual z levels? See Picture 1 with different x values. The graphic shouldn't have gaps. See Picture 2 with same values ​​x. Picture 1: http://suxecx.de/_TeeChart/pic2.png Picture 2: http://suxecx...
by S-ON-S
Mon Jan 23, 2012 7:37 am
Forum: VCL
Topic: Problem with Chart Position in OpenGl Mode
Replies: 5
Views: 4814

Re: Problem with Chart Position in OpenGl Mode

Hi Yeray, Thanks for the answer, but the problem is not resolved. The x-Position is isn't exact to 100%, if i use normal mode with opengl and not orthogonal mode. And the y-Postion is wrong. I need the cursor position from the point of origin. I've uploaded an example program. Thanks in advance, Den...
by S-ON-S
Thu Jan 19, 2012 2:44 pm
Forum: VCL
Topic: Problem with Chart Position in OpenGl Mode
Replies: 5
Views: 4814

Problem with Chart Position in OpenGl Mode

Hi there, I use the TSurfaceSeries in OpenGl mode. I need the distance to the left axis and the distance to zero point from underneath (in px). I would like move and rotate the Chart. The values ​​of ChartRect not change if i rotate or move. I need the distance to calculate the corsor position in my...