Search found 12 matches

by CT
Wed Feb 15, 2006 3:31 pm
Forum: VCL
Topic: Complete reset of a chart?
Replies: 1
Views: 3147

Complete reset of a chart?

If I load a chart from file some properties of it are not resetet like the title and axis. The title for example has the font size, color, shadow attributes etc from the chart I had before.
Can I reset the hole chart?
by CT
Tue Feb 14, 2006 12:37 pm
Forum: VCL
Topic: Axis height in pixel
Replies: 2
Views: 3782

That's what I need. Thanks!
by CT
Tue Feb 14, 2006 12:05 pm
Forum: VCL
Topic: Axis height in pixel
Replies: 2
Views: 3782

Axis height in pixel

Hi,

how do I get the height in pixel from the vertical axis of an series?
by CT
Fri Sep 16, 2005 2:46 pm
Forum: VCL
Topic: Add value on mouse pos
Replies: 5
Views: 6218

Even I have some values added it does not work. All values are added on 0, 0 but if I scroll the chart a little bit it workes. For my needs that is OK.
by CT
Fri Sep 16, 2005 11:24 am
Forum: VCL
Topic: Add value on mouse pos
Replies: 5
Views: 6218

Hm, xval and yval are always 0. I try it out with a fresh chart, having one series.
by CT
Fri Sep 16, 2005 8:06 am
Forum: VCL
Topic: Add value on mouse pos
Replies: 5
Views: 6218

Add value on mouse pos

When I click on the chart I want to add a value on this position. How can I calculate the chart x/y position from the mouse position?
by CT
Mon Sep 05, 2005 3:20 pm
Forum: VCL
Topic: Problems with custom text for series values
Replies: 2
Views: 3983

Thanks! The problem was the labelstyle. It workes great.
by CT
Mon Sep 05, 2005 12:31 pm
Forum: VCL
Topic: Problems with custom text for series values
Replies: 2
Views: 3983

Problems with custom text for series values

I got a chart with two series. One line series for data and a point series for trigger points. The point series got a own axis; marks are visible. I want to show a custom text for the marks at the point series (AddXY(x, y, 'text') but the text should not be displayed in the bottom axis. A simple exs...
by CT
Tue Aug 09, 2005 6:28 am
Forum: VCL
Topic: How to update X and Y of a series value?
Replies: 2
Views: 4205

Thanks, I will try it.
by CT
Mon Aug 08, 2005 2:41 pm
Forum: VCL
Topic: How to update X and Y of a series value?
Replies: 2
Views: 4205

How to update X and Y of a series value?

I need to update a value from the value list of a series. The problem is that I need the new position in the values list. AddXY i.e. returns this position. Now I'm searching for a kind of update function to set the new X and Y values and get the position. Is that possible?
by CT
Thu Jun 23, 2005 8:55 am
Forum: VCL
Topic: How to bring a line series to front?
Replies: 3
Views: 5621

I tried that, but the series does not come to front.
by CT
Thu Jun 23, 2005 7:08 am
Forum: VCL
Topic: How to bring a line series to front?
Replies: 3
Views: 5621

How to bring a line series to front?

I got a chart with many line series. Now I want to bring one of these series into front. I've moved the series in the SeriesList to the top, have repainted it and so on. But nothing will work.
How can I do that?