Search found 128 matches

by xxxxxx
Mon Jul 16, 2007 8:51 am
Forum: VCL
Topic: What to do when data exceeds screen resolution
Replies: 5
Views: 12144

How's about changing DrawAllPoints property depends from current Zoom in OnZoom and OnUndoZoom events?
by xxxxxx
Sat Jul 14, 2007 10:31 pm
Forum: VCL
Topic: Equal axis scales
Replies: 4
Views: 9287

Don't you think that
GetDeviceCaps(AChart->Canvas->Handle,HORZRES)==Screen->Width
? :? [/quote]
Using HORZSIZE in this case allows take into account the aspect of a device.
by xxxxxx
Thu Jul 12, 2007 10:46 pm
Forum: VCL
Topic: ZoomIn ZoomOut with MouseWheel ?
Replies: 15
Views: 26648

If you try this and use the scrolling wheel for zooming (with pressed Shift, CTRL) the Y axis are zoomed dramatically. Event fires each time you turn a wheel - 10% for each Wheel movement is too much! If I don´t use the Chart1Zoom Event, then the Y axis won´t be zoomed. It seems we work in parallel...
by xxxxxx
Thu Jul 12, 2007 10:26 pm
Forum: VCL
Topic: Equal axis scales
Replies: 4
Views: 9287

Hi, look here: Isometric axis and TeeChart Pro -
http://www.steema.com/support/teechart/ ... %20Pro.htm
by xxxxxx
Sat Jul 07, 2007 2:49 pm
Forum: VCL
Topic: Using Lineeditor for my own settings dialog?
Replies: 2
Views: 5374

Re: Using Lineeditor for my own settings dialog?

9349911 wrote:Is it possible to use this dialog directly? ...
Hi, Dominik!
Point your attention to the unit EditChar and procedure EditSeries.
Regards, Alexander
by xxxxxx
Fri Jul 06, 2007 1:53 pm
Forum: VCL
Topic: Localization w/o source code
Replies: 2
Views: 4874

However, if you know of a way of doing that we don't have any inconvenient in you to do so. It's really easy and neither require any recompilation nor has any harmful effect (when applied in a right way). Just an example: 1. I load TeePrevi.DFM to Delphi IDE where I see Caption = 'TeeChart Print Pr...
by xxxxxx
Fri Jul 06, 2007 1:29 pm
Forum: VCL
Topic: ZoomIn ZoomOut with MouseWheel ?
Replies: 15
Views: 26648

From my point of view: 1. First, make sure you Chart in your big demo is the active control, otherwise it won’t fire OnMouseWheel event. 2. It’s useful to add in OnChartClick event handler something like procedure TForm1.Chart1Click(Sender: TObject); begin ActiveControl:=Chart1; … end; or procedure ...
by xxxxxx
Fri Jul 06, 2007 11:49 am
Forum: VCL
Topic: Localization w/o source code
Replies: 2
Views: 4874

Localization w/o source code

I have Delphi 5 Standard and TeeChart Standard v7, so Pro multi-language feature is not available. Nevertheless, .dfm are still available in folder DELPHI5\LIB of my TeeChart Standard v7. I think they are legal, aren't they? It's clear I'm unable to change anything in TeeConst.dcu. But, from technic...