Search found 64 matches
- Thu Mar 03, 2011 3:44 pm
- Forum: VCL
- Topic: Chart Axis
- Replies: 2
- Views: 3965
Re: Chart Axis
Thanks, I thought that would be the case.
- Wed Mar 02, 2011 7:53 pm
- Forum: VCL
- Topic: Chart Axis
- Replies: 2
- Views: 3965
Chart Axis
What I really would like to do is swap the data points X and Y values such that all od the X values are noe the Y values and all of the Y values are now the X values.
- Wed Mar 02, 2011 5:37 pm
- Forum: VCL
- Topic: Chart Axis
- Replies: 4
- Views: 5301
Re: Chart Axis
Thanks. Will this also change the axis minimum, maximum, increment, etc.?
- Wed Mar 02, 2011 4:45 pm
- Forum: VCL
- Topic: Chart Axis
- Replies: 4
- Views: 5301
Chart Axis
Is there a way to swap axis, would like to allow the user to swap Left and Bottom Axis (data and labels)?
- Wed Mar 02, 2011 4:01 pm
- Forum: VCL
- Topic: VCL Guages
- Replies: 1
- Views: 3022
VCL Guages
Where can I get information on your VCL Guages?
- Tue Dec 28, 2010 5:49 pm
- Forum: VCL
- Topic: TChart Editor
- Replies: 2
- Views: 4128
TChart Editor Functions
In relation to my last request, I am using Version 6 and would like to know if the standard functions for moving averages and exponential averages is available in V6?
- Tue Dec 28, 2010 5:14 pm
- Forum: VCL
- Topic: TChart Editor
- Replies: 2
- Views: 4128
TChart Editor
I would like to add a series at runtime that is a function of the series already run. The function would start with the second point of the first series with the X values being the same as the X values of the first series and the Y values computed as (X - Xprev)/(Y - Yprev) from the first series. Is...
Functions
What are the standard functions available and can you give an example implementing one of these functions.
- Tue Nov 16, 2010 2:44 pm
- Forum: VCL
- Topic: Add Axis at Runtime
- Replies: 2
- Views: 3859
Re: Add Axis at Runtime
Thanks. That should do what I need.
- Mon Nov 15, 2010 2:28 pm
- Forum: VCL
- Topic: Add Axis at Runtime
- Replies: 2
- Views: 3859
Add Axis at Runtime
Would like to add a Right Axis to a Chart at runtime and then add a new data series that uses this Right Axis and existing Bottom Axis. How do you associate a series to the specific Axis desired?
- Wed Sep 29, 2010 3:25 pm
- Forum: VCL
- Topic: TeeChart Axis Text Values
- Replies: 7
- Views: 7614
Re: TeeChart Axis Text Values
Again, thanks for your help. Using the OnGetAxisLabel(), I have been able to correct this issue and all appears to be functioning very well. Thanks.
- Wed Sep 29, 2010 2:13 pm
- Forum: VCL
- Topic: TeeChart Axis Text Values
- Replies: 7
- Views: 7614
Re: TeeChart Axis Text Values
Thanks for your advice, I am trying the OnGetAxisLabel() to see if this will correct my issue. Will let you know the results when I have them later today.
- Wed Sep 29, 2010 1:18 pm
- Forum: VCL
- Topic: TeeChart Axis Text Values
- Replies: 7
- Views: 7614
Re: TeeChart Axis Text Values
Create a chart with a left axis and bottom axis. Set the bottom axis minimum to -1.0, set the bottom axis maximum to +1.0, turn bottom axis automatic to off. Do not load data. This should duplicate what I have shown in the JPEG without the data series. Is there any way I can access the axis text to ...
- Wed Sep 29, 2010 12:39 pm
- Forum: VCL
- Topic: TeeChart Axis Text Values
- Replies: 7
- Views: 7614
Re: TeeChart Axis Text Values
I'm using version 6 of the TeeChart in Borland Builder 4.
- Tue Sep 28, 2010 1:46 pm
- Forum: VCL
- Topic: TeeChart Axis Text Values
- Replies: 7
- Views: 7614
TeeChart Axis Text Values
Please note the bottom axis text values. All values are correct except what should be "0" is displayed as some very small number. Is there any way to fix this?