Page 1 of 1

TChartSeries custom properties

Posted: Sat Aug 11, 2012 8:48 am
by 16460479
Hi,

It would help my software development if TChartSeries carried extra customisable properties, e.g. an object pointer. Is that possible?

For example, for me, details such as the real-world source of the data (e.g. a gauge name or location), the variate the data represents and its units, would all be properties of the chart series in a properly object-orientated implementation.

At present I am subclassing various TChartSeries types to add in such properties. The problem is that there's a lot of repeated work for each series type, I can't use the 'change' button in the the excellent TChartEditor to switch between my series types, and when saving and loading charts from a stream I have to strip out my custom properties and revert to standard class names.

If i bought the source code and simply introduced my extra properties into TChartSeries, would both of these problems disappear? Would I be able to use the chart editor without modification to switch between my versions of your series types? And would streaming also work without recoding?

Thanks for your advice.

Regards

Trevor Cooper

Re: TChartSeries custom properties

Posted: Mon Aug 13, 2012 11:44 am
by 10050769
Hello Toreba,
If I bought the source code and simply introduced my extra properties into TChartSeries, would both of these problems disappear?
Your custom series should work without problems, with editor and export, if you implement your series the same way as we implement our series.
Would I be able to use the chart editor without modification to switch between my versions of your series types?
Yes, always you implement your custom series as we implement our series, for example, you can taking a look in the implementation of our series, thus you get a reference as you do to create your custom series in the correct way without problems.
And would streaming also work without recoding?
If you implement your custom series, the streaming should work in your end. You can do a simple test to check it, using the example of Demo All Features\Exporting\Native binary format\Template

Thanks,

Re: TChartSeries custom properties

Posted: Mon Aug 13, 2012 12:19 pm
by 16460479
Sandra,

Thanks for the encouraging reply. I think we'd like to try modifying the source code, but I don't think your web site prices have updated to reflect the 2012 release. Is it possible, or do we have to wait for our current subscription to lapse?

Regards

Toreba

Re: TChartSeries custom properties

Posted: Mon Aug 13, 2012 12:55 pm
by narcis
Hi Toreba,

Please contact our Sales Dept. at sales at steema dot com. They'll give you the price for your special circumstances.

Thanks in advance.