Search found 3 matches

by actforex
Mon Feb 28, 2011 3:38 am
Forum: VCL
Topic: The TChartSeries.VisibleCount returns a twice greater result
Replies: 1
Views: 1749

The TChartSeries.VisibleCount returns a twice greater result

Hello. I use TeeChart Pro v2010.02.20202 Win32. The TChartSeries.VisibleCount returns wrong result (twice greater value). The example is in the attachment
test.zip
(1.86 KiB) Downloaded 245 times
.
by actforex
Thu Jan 21, 2010 10:52 am
Forum: VCL
Topic: Can I paint graph with gaps for TCandleSeries?
Replies: 4
Views: 2788

Re: Can I paint graph with gaps for TCandleSeries?

Thank you, but this is not exactly what's needed. If possible, please include this task in the development plan. This is a minor fix, but it would be very helpful for us. So far I have managed to solve the problem by actually adding two lines into TCandleSeries.DrawValue: begin if IsNull(ValueIndex)...
by actforex
Tue Jan 19, 2010 8:56 am
Forum: VCL
Topic: Can I paint graph with gaps for TCandleSeries?
Replies: 4
Views: 2788

Can I paint graph with gaps for TCandleSeries?

Hello. Can I paint graph with gaps for TCandleSeries in CandleStyle := csLine mode? AddNull method doesn't work. Example is attached in candle_test.zip.