
Index
From: Christopher Ireland
Subject: Re: Chart resizing
Date: Wed, 19 May 2004 11:50:26 +0200
Newsgroup: steema.public.teechart6.activex
Nina,
> however when I check the output in the immediate window, the width turns
> out to be something else like in this case '3450'. Is there any way to
> stop the chart from resizing by itself?
I'm running the following in VB6 SP5 with TeeChart AXv6.0.0.5:
Private Sub Form_Load()
Debug.Print TChart1.Width
lChartWidth = 3443
TChart1.Width = lChartWidth
Debug.Print TChart1.Width
End Sub
In my immediate window I get:
8535
3443
--
Best Regards,
Christopher Ireland
http://support.steema.com
"Important note: If you are a TeeChart registered customer, please post your
support questions at Steema's Support monitored Forums for customers:
http://support.steema.com for a prompter reply."