Page 1 of 1

Set Origin value programmably

Posted: Fri May 24, 2013 10:36 am
by 10047857
Hi

I'm sure you must be able to change the value of the origin in an Area series and I bet it's easy to do!
I have looked and in the help files but I want to be able to change it programmably from it's default setting of zero - can you help?

Bruce.

Re: Set Origin value programmably

Posted: Fri May 24, 2013 2:35 pm
by narcis
Hi Bruce,

Here it is:

Code: Select all

  Series1.UseYOrigin:=True;
  Series1.YOrigin:=100;