Hi
TChartEditor has lot of options
But do we have some information that user has
made a change or changes
example:
user makes change to:
Chart --> General --> Steps
from 7 to 8
And I want to detect it !
Thanx
Srdjan
Search found 3 matches
- Thu Nov 27, 2008 12:36 pm
- Forum: VCL
- Topic: TChartEditor changed
- Replies: 1
- Views: 1830
- Wed Nov 12, 2008 12:59 pm
- Forum: VCL
- Topic: LoadChartFromStream / SaveChartToStream
- Replies: 9
- Views: 6201
Hi thanx for response Problem has been solved before I've made a post here simple, freeing and creating chart from beginning and after that, calling LoadChartFromStream Why you don't call that code, cleaning all series, when LoadChartFromStream is issued ? is this a bug or ? Hi Srdjan, You can try c...
- Tue Nov 04, 2008 12:55 pm
- Forum: VCL
- Topic: LoadChartFromStream / SaveChartToStream
- Replies: 9
- Views: 6201
LoadChartFromStream / SaveChartToStream
Hi 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: SaveChartToStream(TDBChart(chChart), AStream, True, True); Later we are loading it over: LoadChartFromStream(TCustomChart(chChart), ChartStream); what's ...