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?
Search found 12 matches
- Wed Feb 15, 2006 3:31 pm
- Forum: VCL
- Topic: Complete reset of a chart?
- Replies: 1
- Views: 3157
- Tue Feb 14, 2006 12:37 pm
- Forum: VCL
- Topic: Axis height in pixel
- Replies: 2
- Views: 3798
- Tue Feb 14, 2006 12:05 pm
- Forum: VCL
- Topic: Axis height in pixel
- Replies: 2
- Views: 3798
Axis height in pixel
Hi,
how do I get the height in pixel from the vertical axis of an series?
how do I get the height in pixel from the vertical axis of an series?
- Fri Sep 16, 2005 2:46 pm
- Forum: VCL
- Topic: Add value on mouse pos
- Replies: 5
- Views: 6240
- Fri Sep 16, 2005 11:24 am
- Forum: VCL
- Topic: Add value on mouse pos
- Replies: 5
- Views: 6240
- Fri Sep 16, 2005 8:06 am
- Forum: VCL
- Topic: Add value on mouse pos
- Replies: 5
- Views: 6240
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?
- Mon Sep 05, 2005 3:20 pm
- Forum: VCL
- Topic: Problems with custom text for series values
- Replies: 2
- Views: 3998
- Mon Sep 05, 2005 12:31 pm
- Forum: VCL
- Topic: Problems with custom text for series values
- Replies: 2
- Views: 3998
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...
- Tue Aug 09, 2005 6:28 am
- Forum: VCL
- Topic: How to update X and Y of a series value?
- Replies: 2
- Views: 4232
- Mon Aug 08, 2005 2:41 pm
- Forum: VCL
- Topic: How to update X and Y of a series value?
- Replies: 2
- Views: 4232
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?
- Thu Jun 23, 2005 8:55 am
- Forum: VCL
- Topic: How to bring a line series to front?
- Replies: 3
- Views: 5646
- Thu Jun 23, 2005 7:08 am
- Forum: VCL
- Topic: How to bring a line series to front?
- Replies: 3
- Views: 5646
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?
How can I do that?