![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | VolumePipe's datasource not preserved | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | narcís calvet <narcis> |
| Component: | Series | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | marc |
| Priority: | Normal | ||
| Version: | 150901 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | DataSource was working at designtime but lost upon saving. | ||
Customer feedback: Upon further analysis - it appears that the Series1.YValues.ValueSource property isn't being saved in the Delphi DFM file. I can run the application and come back out and it's still set but if I close the form and re-open it or switch to "view as text" and then switch back to "view as form" (both of which would empty the buffer) - the Series1.YValues.ValueSource is now empty. |
Created attachment 576 [details] DataSource was working at designtime but lost upon saving. I needed to put together a fairly simple sales funnel using the TVolumePipeSeries connected to a datasource and I ended up spending an hour or two trying to find out why it would show a volume pipe in the development environment but not at runtime. In the development environment, the Series1.YValues.ValueSource property is set correctly and the volume pipe is visible with the correct values (after setting the datasource's active property to true) but at runtime the Series1.YValues.ValueSource is blank and needs to be manually set before anything is visible. Find attached project reproducing this.