Set Origin value programmably

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Metman
Advanced
Posts: 113
Joined: Fri Dec 21, 2007 12:00 am

Set Origin value programmably

Post by Metman » Fri May 24, 2013 10:36 am

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Set Origin value programmably

Post by Narcís » Fri May 24, 2013 2:35 pm

Hi Bruce,

Here it is:

Code: Select all

  Series1.UseYOrigin:=True;
  Series1.YOrigin:=100;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply