Page 1 of 1
Skip zero values in TLineSeries
Posted: Fri Jul 29, 2005 3:17 pm
by 9236620
There was a property to skip drawing zero values. I can' find it now.
Can someone help?
thanks, Messie
Found now, but still need help
Posted: Fri Jul 29, 2005 4:13 pm
by 9236620
Hi,
I wanted the property "IgnoreNulls" which is availabe for the TFastLineseries.
Now I have another problem: My TFastLineSeries is created at runtime and I can't get acces to the property now. With the Chart1.Series[x] access method no setting of this property is possible.
Does anyone knows a way to access this at runtime?
Thanks, Messie
Posted: Tue Aug 02, 2005 11:39 am
by Pep
Hi Messie,
yes, you can do :
Code: Select all
(Chart1[0] as TFastLineSeries).IgnoreNulls := true;