Search found 6 matches

by Mike
Thu Feb 05, 2015 2:00 pm
Forum: .NET
Topic: Cursor and performance when mouse is moved over chart
Replies: 1
Views: 3834

Cursor and performance when mouse is moved over chart

Hello, Our company used TeeChart component (VCL) for our previous projects and we was satisfied with it. But for our new projects we migrated to .NET 4.0 (targeting to WPF applications). We'are searching and testing some chart components now. I downloaded TeeChartNET2014EVAL_4.1.2014.12155 and teste...
by Mike
Fri Nov 11, 2011 8:19 am
Forum: VCL
Topic: how to cut off internal TeeChart localization
Replies: 5
Views: 5989

Re: how to cut off internal TeeChart localization

I've found another units like TeeConst and TeeProCo: TeeChartOfficeConstants, TeeOfficeConstants Are these units another containing English constants? ..I take the job on charts from my collegue who will be long time out of office and I don't have much experiences with TeeChart. Maybe these units ar...
by Mike
Thu Nov 10, 2011 6:17 pm
Forum: VCL
Topic: how to cut off internal TeeChart localization
Replies: 5
Views: 5989

Re: how to cut off internal TeeChart localization

Yes, that's it, TeeChart will override Lingobit's translation For translation of forms: Lingobit will translate texts on buttons, labels, etc.. () But then, when TeeTranslate.TeeTranslateAControl is called (after TeeLanguage list is set by call of TeeCzech.TeeSetCzech of course), then all forms elem...
by Mike
Thu Nov 10, 2011 12:53 pm
Forum: VCL
Topic: how to cut off internal TeeChart localization
Replies: 5
Views: 5989

how to cut off internal TeeChart localization

Hello, I need to disable internal TeeChart localization. It is because we want to use only one localization tool for whole our program. We have choosed LINGOBIT localizer (see www.lingobit.com). This localizer (and also most of all localizers) works like PE exe file structure parser and then generat...
by Mike
Fri Jun 27, 2008 6:16 am
Forum: VCL
Topic: TeePreviewPanel and colored chart
Replies: 1
Views: 3234

TeePreviewPanel and colored chart

Hi guys, I have a problem with print of colored chart using TeePreviewPanel. I set chart color and assign chart to TeePreview Panel, but default color in Tee PreviewPanel is drawn! Is it a bug or is there any trick to draw right? Note: I tried to check this problem in very simply test. I made new em...
by Mike
Thu Jun 05, 2008 1:21 pm
Forum: VCL
Topic: onMouseMove event and Series in stairs mode detection
Replies: 1
Views: 3099

onMouseMove event and Series in stairs mode detection

Hello, I've a problem with $subj in my project. I've series in stairs mode - stairs = TRUE (green line on the picture). When I move mouse to the point p1, no series is detected. But when I move mouse to the point p2, series is detected as though it were in basic mode - stairs = FALSE (dotted orange ...