Page 1 of 1
Some properties not being saved.
Posted: Sat Apr 02, 2016 1:00 am
by 16475083
- TeeChart1.jpg (68.42 KiB) Viewed 8041 times
Hi,
I am using the TVolumePipeSeries and there are some of the properties that are not being correctly saved and are being reset at run-time.
I attached a JPG file - the transparency of the border pen for the volume pipe is one that I have to keep changing - if I set it in the development environment it gets reset at runtime. How do I set this programatically?
Thanks,
Robert.
Re: Some properties not being saved.
Posted: Mon Apr 04, 2016 1:56 pm
by narcis
Hi Robert,
MVBobj wrote:
I am using the TVolumePipeSeries and there are some of the properties that are not being correctly saved and are being reset at run-time.
Using our current sources, If I change it at design-time, save the project and reload it, the property is still at the same value I set it, it's being correctly serialized. Is this what doesn't work for you? Which TeeChart version are you using?
MVBobj wrote:
I attached a JPG file - the transparency of the border pen for the volume pipe is one that I have to keep changing - if I set it in the development environment it gets reset at runtime. How do I set this programatically?
You need to set the code below. You'll need to include
TeCanvas unit in the uses section.
Code: Select all
Series1.Pen.Color:=TTeeCanvas.ColorFrom(Series1.Pen.Color, 200);