Search found 3 matches
- Mon Feb 14, 2011 1:48 pm
- Forum: VCL
- Topic: Graph Export - Multi Series only want first X range
- Replies: 4
- Views: 3317
Re: Graph Export - Multi Series only want first X range
Sandra, If you use an x range label for example to display the date in series 1. When you export you always get a blank column headed with the word text. It seems to expect labels for each subsequent series. I don't want them. You example only outputs Y values so only has to export Y values, I need ...
- Mon Feb 14, 2011 11:23 am
- Forum: VCL
- Topic: Graph Export - Multi Series only want first X range
- Replies: 4
- Views: 3317
Re: Graph Export - Multi Series only want first X range
Im not using random data,
Each series is date range based.
That is each series shares the same date.
e.g 1 oct to 1 dec.
The Y values for each series are taken from various fields in the TQuery, The x value is the date for all series.
Each series is date range based.
That is each series shares the same date.
e.g 1 oct to 1 dec.
The Y values for each series are taken from various fields in the TQuery, The x value is the date for all series.
- Thu Feb 10, 2011 4:49 pm
- Forum: VCL
- Topic: Graph Export - Multi Series only want first X range
- Replies: 4
- Views: 3317
Graph Export - Multi Series only want first X range
I am exporting a full range of Series from a chart. My X range in each series is a date field in an ADOQuery. TSeriesDataXLS *XLSExp= new TSeriesDataXLS(AttendChart, NULL); I do not want to have the resultant XLS file have.... Date1 Data1 Date2 Data2 Date3 Data3 Question: is there a way to only expo...