Search found 11 matches
- Fri Nov 13, 2015 5:58 pm
- Forum: VCL
- Topic: How can get a TCustomChart's TChartThemeclass?
- Replies: 4
- Views: 7430
Re: How can get a TCustomChart's TChartThemeclass?
Thank you, it's too hard access to your website, sometime have to use VPN, CN's network is so DAMN!
- Fri Nov 13, 2015 5:53 pm
- Forum: VCL
- Topic: How to set TScrollPagerTool height?
- Replies: 3
- Views: 6823
Re: How to set TScrollPagerTool height?
It work, thanks, too many parameters and attributes, but only two eyes.
- Fri Nov 13, 2015 5:49 pm
- Forum: VCL
- Topic: How to change DBChart.Axes.Bottom.LabelsFormat?
- Replies: 3
- Views: 6926
Re: How to change DBChart.Axes.Bottom.LabelsFormat?
Thank you, but not work, how to get the full documents or help ?
Current online documents seems incomplete.
The Tee9new.exe demos' search function not work.
Current online documents seems incomplete.
The Tee9new.exe demos' search function not work.
- Fri Nov 13, 2015 5:40 pm
- Forum: VCL
- Topic: How to set TScrollPagerTool height?
- Replies: 3
- Views: 6823
Re: How to set TScrollPagerTool height?
Thanks, I will try it now.
- Fri Nov 13, 2015 11:24 am
- Forum: VCL
- Topic: How to change DBChart.Axes.Bottom.LabelsFormat?
- Replies: 3
- Views: 6926
How to change DBChart.Axes.Bottom.LabelsFormat?
How to change DBChart.Axes.Bottom.LabelsFormat? Current DBChart.Axes.Bottom.Label is a Date format field, it default display format is 'dd/mm/yyyy', 'mm/yyyy' how can change to 'yyyy年m月' or 'yyyy年m月d日' or 'yyyy年q季度' ? "年" means year, "月" means month , "季度" means Quarter I cannot found the answers in...
- Fri Nov 13, 2015 5:56 am
- Forum: VCL
- Topic: How to set TScrollPagerTool height?
- Replies: 3
- Views: 6823
How to set TScrollPagerTool height?
I dynamic create a TScrollPagerTool and set to a Chart.
myTScrollPagerTool:= TScrollPagerTool.Create(Self);
myTScrollPagerTool.ParentChart:=DBChart1;
...
set myTScrollPagerTool.SubChartTChart.Height cannot change ScrollPagerTool's height.
How to set the myTScrollPagerTool's height?
myTScrollPagerTool:= TScrollPagerTool.Create(Self);
myTScrollPagerTool.ParentChart:=DBChart1;
...
set myTScrollPagerTool.SubChartTChart.Height cannot change ScrollPagerTool's height.
How to set the myTScrollPagerTool's height?
- Fri Nov 13, 2015 5:49 am
- Forum: VCL
- Topic: How can get a TCustomChart's TChartThemeclass?
- Replies: 4
- Views: 7430
How can get a TCustomChart's TChartThemeclass?
I want to know a chart's current themeclass,
how can get a Chart's TChartThemeclass?
Use in ApplyChartTheme(theme:TChartThemeclass; const chart:TCustomChart..);
how can get a Chart's TChartThemeclass?
Use in ApplyChartTheme(theme:TChartThemeclass; const chart:TCustomChart..);
- Tue Nov 10, 2015 3:52 pm
- Forum: VCL
- Topic: Installing TeeChart PRO VCL Source issues
- Replies: 11
- Views: 26020
Re: Installing TeeChart PRO VCL Source issues
Tried many times without success, finally gave up.
Use only installed version, and install version is very convenient.
But the install package is too big: 1.92G.
Use only installed version, and install version is very convenient.
But the install package is too big: 1.92G.
- Tue Nov 10, 2015 1:13 pm
- Forum: VCL
- Topic: Installing TeeChart PRO VCL Source issues
- Replies: 11
- Views: 26020
Re: Installing TeeChart PRO VCL Source issues
1. I reinstall it, cannot find the file "VCLTee.TeeConst.pas" 2. I found the file "VCLTee.TeeConst.pas" after run TeeRecompile.exe and get "Compilation aborted" message. 3. I checked file "VCLTee.TeeConst.pas", Line 599 is : TeeMsg_Copyright :={$IFDEF LCL}'(C)'{$ELSE}'?{$ENDIF}+' 1995-2015 by Steema...
- Tue Nov 10, 2015 1:06 pm
- Forum: VCL
- Topic: Installing TeeChart PRO VCL Source issues
- Replies: 11
- Views: 26020
Re: Installing TeeChart PRO VCL Source issues
I reinstall it, but can not find out the "VCLTee.TeeConst.pas" file in the setup path.
- Tue Nov 10, 2015 9:36 am
- Forum: VCL
- Topic: Installing TeeChart PRO VCL Source issues
- Replies: 11
- Views: 26020
Re: Installing TeeChart PRO VCL Source issues
I have same problem in install TeeChart PRO VCL Source code, OS: Windows server 2008, 64bit IDE: Delphi XE8 ( I had try in XE4、XE5、XE8、XE10, ALL IDEs cannot install correct.) Install file: TeeChartVCLSOURCE-2015.16.150901.exe My install steps: 1. Uninstall old packages of teechart: 1) TeeChart Lite ...