Search found 6 matches
- Mon Nov 01, 2010 9:04 pm
- Forum: VCL
- Topic: An easy way to toggle the visibility of series?
- Replies: 7
- Views: 10066
Re: An easy way to toggle the visibility of series?
Thanks Narcis! Worked just fine!
- Fri Oct 29, 2010 10:39 pm
- Forum: VCL
- Topic: An easy way to toggle the visibility of series?
- Replies: 7
- Views: 10066
Re: An easy way to toggle the visibility of series?
Hi,
Is there a way to programmatically modify an individual series' checkbox state? For example, can we set some sort of property to cbChecked or cbUnchecked?
Thanks,
Sajjad
Is there a way to programmatically modify an individual series' checkbox state? For example, can we set some sort of property to cbChecked or cbUnchecked?
Thanks,
Sajjad
- Fri Oct 22, 2010 5:20 pm
- Forum: VCL
- Topic: tchart->onclickseries for tpointseries -> no action
- Replies: 9
- Views: 11582
Re: tchart->onclickseries for tpointseries -> no action
Hi Narcis,
I have been using TeeChart Standard v2010.00.00407 and haven't tried the latest.
Thanks,
Sajjad
I have been using TeeChart Standard v2010.00.00407 and haven't tried the latest.
Thanks,
Sajjad
- Fri Oct 22, 2010 12:17 am
- Forum: VCL
- Topic: tchart->onclickseries for tpointseries -> no action
- Replies: 9
- Views: 11582
Re: tchart->onclickseries for tpointseries -> no action
Hi,
I have also seen a similar problem with TLineSeries when the series is a straight horizontal line. I am using TeeChart Standard V9, 2010.
Sajjad
I have also seen a similar problem with TLineSeries when the series is a straight horizontal line. I am using TeeChart Standard V9, 2010.
Sajjad
- Tue Sep 21, 2010 9:48 pm
- Forum: VCL
- Topic: VCL2010 LoadChartFromStream Issue: "Wrong *.tee file format"
- Replies: 2
- Views: 4297
Re: VCL2010 LoadChartFromStream Issue: "Wrong *.tee file format"
Thank you very much for your help. Not resetting the TStream objects Position field to 0 was the problem.
Sajjad
Sajjad
- Mon Sep 20, 2010 5:29 pm
- Forum: VCL
- Topic: VCL2010 LoadChartFromStream Issue: "Wrong *.tee file format"
- Replies: 2
- Views: 4297
VCL2010 LoadChartFromStream Issue: "Wrong *.tee file format"
Hi, I am using TeeChart Standard 9 and facing an issue with saving and loading charts from a TStream object. Upon loading from a TStream object using the LoadChartFromStream I get a runtime ChartException indicating "Wrong *.tee file format". Can someone help me figure out what's wrong in the code b...