problems with AddNull for TChartSeries
Posted: Mon May 16, 2005 7:39 am
Hi.
I have a problem using TChartSeries. I'm using series.AddNull(valueX);(series is a TChartSeries) to puts a null in a graph but when i do it TChartSeries puts '0' instead of null so when i draw minimun in the serie i have a 'minimun line' puts on 0
I try to use series.AddNull; (without parameters) but also i get a correct line in the minimun now i have not the label to this value.
Anyone know how to solve this problem?
Thanks a lot.
I have a problem using TChartSeries. I'm using series.AddNull(valueX);(series is a TChartSeries) to puts a null in a graph but when i do it TChartSeries puts '0' instead of null so when i draw minimun in the serie i have a 'minimun line' puts on 0
I try to use series.AddNull; (without parameters) but also i get a correct line in the minimun now i have not the label to this value.
Anyone know how to solve this problem?
Thanks a lot.