Search found 3 matches

by avp
Mon Jul 26, 2010 7:05 pm
Forum: VCL
Topic: Square grid cells
Replies: 1
Views: 1865

Square grid cells

I need in advice ASAP. Perhaps this is a simple problem but I spent several months to resolve them with no success. In brief: I'd like to keep the same scale for the X and Y axes in TCharts with TLineSeries and TPointSeries, i.e. grid cells must be square always. I use TeeChart Pro 8.06, Delphi 7, W...
by avp
Fri Apr 10, 2009 12:46 am
Forum: VCL
Topic: Chart Height and Width
Replies: 2
Views: 2683

Chart Height and Width

Tank you very much!
by avp
Wed Apr 08, 2009 2:42 pm
Forum: VCL
Topic: Chart Height and Width
Replies: 2
Views: 2683

Chart Height and Width

I placed on the form FMain: Chart1 (TChart) and Panel1 (TPanel) with Label1 and Label2 (TLabel). I used procedure TFMain.FormShow with two statements: Label1.Caption:=IntToStr(Chart1.ChartHeight); Label2.Caption:=IntToStr(Chart1.ChartWidth); and procedure TFMain.Panel1Click with the same two stateme...