I am working with a TDBChart and have a number or Series set up. I am looking for a simple means of converting an existing TBarSeries to a TLineSeries (and alternatively vice-versa). Is there a way of doing this ?
I know the properties and events will not all be equatable but some are which I would like to maintain (whether I am showing Data point Marks for instance).
The only method I can see at the moment would be to clear the existing series and re-create them as the other style - I'm hoping there's a more direct approach less prone to developer error.
Any help would be appreciated.
Thanks in advance.
Steve
I know the properties and events will not all be equatable but some are which I would like to maintain (whether I am showing Data point Marks for instance).
The only method I can see at the moment would be to clear the existing series and re-create them as the other style - I'm hoping there's a more direct approach less prone to developer error.
Any help would be appreciated.
Thanks in advance.
Steve