Search found 11 matches
- Thu Oct 18, 2007 9:03 pm
- Forum: VCL
- Topic: Color fill in contour series
- Replies: 1
- Views: 2893
Color fill in contour series
Hi All I'm considering to upgrade from v7 to v8 primarily to improve my graphs with contour series. In the topic: http://www.teechart.net/support/viewtopic.php?t=4930 it was stated that this feature is likely to be implemented in v8. However I can not find it in the demo. Is this feature in v8? Rega...
- Fri May 11, 2007 10:52 am
- Forum: VCL
- Topic: Align text within a legend
- Replies: 1
- Views: 2857
Align text within a legend
Hi All
I have a real-time data aquistion application. I want to display a legend like:
Oxygen (13.5 mV)
Nitrogen (27.4 mV)
Test ( 9.5 mV)
Is there a simple way to ensure that the first "(" is aligned??
The legned also have checkboxes and symbols!
Regards Jørgen
I have a real-time data aquistion application. I want to display a legend like:
Oxygen (13.5 mV)
Nitrogen (27.4 mV)
Test ( 9.5 mV)
Is there a simple way to ensure that the first "(" is aligned??
The legned also have checkboxes and symbols!
Regards Jørgen
- Wed Jan 31, 2007 12:38 pm
- Forum: VCL
- Topic: Automatic scaling only points shown in chart
- Replies: 3
- Views: 4506
Hi Narcis I can not make your suggestion working. The code below (with one timer, one tchart and one points series) don't autoscale. The lower left axis is always -10 (the starting point) However, the solution is also a bit difficult for me to implement as the recording frequency of my points might ...
- Wed Jan 31, 2007 7:39 am
- Forum: VCL
- Topic: Automatic scaling only points shown in chart
- Replies: 3
- Views: 4506
Automatic scaling only points shown in chart
Hi All I have a real-time charting question. My users can select to display only part (e.g. the last 5 minutes) of a big point series. Is it possible to make the left axis autoscale only on the points shown, or do I have to manually search for minimum and maximum within the points shown on the axis?...
- Fri Nov 17, 2006 12:01 pm
- Forum: VCL
- Topic: Missing update of axis
- Replies: 1
- Views: 2810
- Thu Nov 16, 2006 11:10 am
- Forum: VCL
- Topic: Missing update of axis
- Replies: 1
- Views: 2810
Missing update of axis
Hi All I have a quite strange problem. My application consist of a number of Tchart on different tabbed pages. When I change axis settings (i.e. min, max or title) at runtime the axis are not updated to the new values (allthough if I read the values these are correct!). If I copy the graph to a new ...
- Tue Aug 22, 2006 7:44 am
- Forum: VCL
- Topic: Access violation when printing a chart
- Replies: 1
- Views: 2789
Access violation when printing a chart
Hi All I have a problem when I print a chart. Within my application there are several chart. Most of these can be printed (using aChart->Print()) without problems. However, when I print a chart with a point series, a line series and an area series the print procedure raises an access violation. Any ...
- Mon Aug 07, 2006 9:12 am
- Forum: VCL
- Topic: About TCurveFittingFunction?
- Replies: 3
- Views: 5559
- Thu Aug 03, 2006 10:27 am
- Forum: VCL
- Topic: Series color
- Replies: 4
- Views: 5344
Hi Pep This is excatly my original problem. I don't know how to calculate the RBG value manually. I looked at the www but could not find any code to do this. This was why I posted this question. Has anybody reference to some code that can calculate the RGB values between to colors?? Any help will be...
- Thu Aug 03, 2006 8:28 am
- Forum: VCL
- Topic: Series color
- Replies: 4
- Views: 5344
- Wed Aug 02, 2006 2:44 pm
- Forum: VCL
- Topic: Series color
- Replies: 4
- Views: 5344
Series color
Hi All I have a small problem. My application has a graph with multiple line series. The number of series is unknown at design time. The users would like to have the series color ramp between two colors (i.e. Green to Yellow or Blue to Red). They would like to make the start and end colors user sele...