Search found 2 matches
- Wed Jun 09, 2004 8:57 am
- Forum: VCL
- Topic: tzdHorizontal zoom problem
- Replies: 1
- Views: 5167
More info on tzdHorizontal zooming
Hi all, I'm still having problems with the tzdHorizontal direction, I'm hoping this may clarify my situation. The problem only seems to exist when each series has it's own axis, my example has them configured as follows: Axis1 := (Chart1.CustomAxes.Add as TChartAxis); Axis1.Horizontal:=false; Axis1....
- Wed Jun 02, 2004 8:12 am
- Forum: VCL
- Topic: tzdHorizontal zoom problem
- Replies: 1
- Views: 5167
tzdHorizontal zoom problem
Hello, I am having difficulty with zooming especially when calculating Y custom axes. For each of my series I am re-scaling it's axis based on the Zoom Rect returned, for example: with Chart1.Series[SeriesIdx].GetVertAxis do begin SetMinMax( CalcPosPoint(Chart1.Zoom.Y1), CalcPosPoint(Chart1.Zoom.Y0)...