I set series.pointer.vertsize and .pointer.horizsize and it now centers! I was looking for those under .ImagePoint
Thanks for setting me off on the right direction
PS 7.04
Search found 4 matches
- Thu Apr 28, 2005 7:40 pm
- Forum: VCL
- Topic: Positioning of image in ImagePoint series
- Replies: 2
- Views: 4085
- Thu Apr 28, 2005 3:32 pm
- Forum: VCL
- Topic: Positioning of image in ImagePoint series
- Replies: 2
- Views: 4085
Positioning of image in ImagePoint series
When using ImagePoint with default image, it appears that it is presented so that center of image is at X,Y. When I loaded a custom image - using either .ImagePoint.LoadFromFile or .ImagePoint.Icon.LoadFromFile - the image's upper left corner appears to be the X,Y position. Is there a way to positio...
- Fri Nov 19, 2004 4:42 am
- Forum: VCL
- Topic: Reading back-in chart data exported as XLS
- Replies: 2
- Views: 4423
Since using Excel, same limitations
Pep I haven't gotten the example to compile, but it appears that it would use Excel to open file and import data. If so that would still have 65K row limitation. What I was hoping for was native VCL code that would read in file saved by TeeStore .SaveChartToFile which appears to write a BIFF file. T...
- Sat Nov 13, 2004 8:13 pm
- Forum: VCL
- Topic: Reading back-in chart data exported as XLS
- Replies: 2
- Views: 4423
Reading back-in chart data exported as XLS
I wrote a program to collect data during an experiment then save the chart data into an Excel Spreadsheet. However, it appears that many experiments ran long and as a result the data exceeded the 65K row Excel limit. Excel only reads the end of the data, and TMS grid .loadfromXLS keeps generating er...