Search found 11 matches

by Jeff
Fri Nov 13, 2015 5:58 pm
Forum: VCL
Topic: How can get a TCustomChart's TChartThemeclass?
Replies: 4
Views: 7107

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!
by Jeff
Fri Nov 13, 2015 5:53 pm
Forum: VCL
Topic: How to set TScrollPagerTool height?
Replies: 3
Views: 6539

Re: How to set TScrollPagerTool height?

It work, thanks, too many parameters and attributes, but only two eyes.
by Jeff
Fri Nov 13, 2015 5:49 pm
Forum: VCL
Topic: How to change DBChart.Axes.Bottom.LabelsFormat?
Replies: 3
Views: 6655

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.
by Jeff
Fri Nov 13, 2015 5:40 pm
Forum: VCL
Topic: How to set TScrollPagerTool height?
Replies: 3
Views: 6539

Re: How to set TScrollPagerTool height?

Thanks, I will try it now.
by Jeff
Fri Nov 13, 2015 11:24 am
Forum: VCL
Topic: How to change DBChart.Axes.Bottom.LabelsFormat?
Replies: 3
Views: 6655

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...
by Jeff
Fri Nov 13, 2015 5:56 am
Forum: VCL
Topic: How to set TScrollPagerTool height?
Replies: 3
Views: 6539

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?
by Jeff
Fri Nov 13, 2015 5:49 am
Forum: VCL
Topic: How can get a TCustomChart's TChartThemeclass?
Replies: 4
Views: 7107

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..);
by Jeff
Tue Nov 10, 2015 3:52 pm
Forum: VCL
Topic: Installing TeeChart PRO VCL Source issues
Replies: 11
Views: 24077

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.
by Jeff
Tue Nov 10, 2015 1:13 pm
Forum: VCL
Topic: Installing TeeChart PRO VCL Source issues
Replies: 11
Views: 24077

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...
by Jeff
Tue Nov 10, 2015 1:06 pm
Forum: VCL
Topic: Installing TeeChart PRO VCL Source issues
Replies: 11
Views: 24077

Re: Installing TeeChart PRO VCL Source issues

I reinstall it, but can not find out the "VCLTee.TeeConst.pas" file in the setup path.
by Jeff
Tue Nov 10, 2015 9:36 am
Forum: VCL
Topic: Installing TeeChart PRO VCL Source issues
Replies: 11
Views: 24077

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 ...