how dynamically edit A bar series format pattern

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
GlobeStar
Newbie
Newbie
Posts: 5
Joined: Thu May 15, 2008 12:00 am

how dynamically edit A bar series format pattern

Post by GlobeStar » Tue Aug 04, 2009 7:34 pm

Hi,

Using chart editor, I can make this change on a bar series.
Series -> Format -> Pattern -> Set it to None.

By this change, bar chart will have no pattern.

How can I make this settings in code? I could not find it in tee chart help.

Thanks,
Parisa

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: how dynamically edit A bar series format pattern

Post by Yeray » Wed Aug 05, 2009 7:38 am

Hi Parisa,

I think you are looking for this:

Code: Select all

Series1.Brush.Style := bsClear;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

GlobeStar
Newbie
Newbie
Posts: 5
Joined: Thu May 15, 2008 12:00 am

Re: how dynamically edit A bar series format pattern

Post by GlobeStar » Thu Aug 27, 2009 3:22 pm

Hi Yeray,

Thanks for you reply. It worked for me.

Parisa

Post Reply