Page 1 of 1

how dynamically edit A bar series format pattern

Posted: Tue Aug 04, 2009 7:34 pm
by 10049023
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

Re: how dynamically edit A bar series format pattern

Posted: Wed Aug 05, 2009 7:38 am
by yeray
Hi Parisa,

I think you are looking for this:

Code: Select all

Series1.Brush.Style := bsClear;

Re: how dynamically edit A bar series format pattern

Posted: Thu Aug 27, 2009 3:22 pm
by 10049023
Hi Yeray,

Thanks for you reply. It worked for me.

Parisa