i'll be very grateful if somebody can explain to me one behaviour of TDBChart
For saving DBChart to database, we are using following statement:
Code: Select all
SaveChartToStream(TDBChart(chChart), AStream, True, True);
Code: Select all
LoadChartFromStream(TCustomChart(chChart), ChartStream);
let's say we have 3 charts,
first one does not have x axis inverted
second one has it
third one does not have x axis inverted
when first one is loaded, everything is ok
second one also
and, problem is, after loading third one,
inverted property is remebered and x axis on third chart
became inverted, wich means no good
it is not just inverted property
this is happening in all cases when one loaded chart has
plenty of extra properties and following chart does not have it
is this behaviour ok or not
Thanx
Srdjan