Search found 3 matches
- Mon Feb 28, 2011 3:38 am
- Forum: VCL
- Topic: The TChartSeries.VisibleCount returns a twice greater result
- Replies: 1
- Views: 1764
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
.- Thu Jan 21, 2010 10:52 am
- Forum: VCL
- Topic: Can I paint graph with gaps for TCandleSeries?
- Replies: 4
- Views: 2824
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)...
- Tue Jan 19, 2010 8:56 am
- Forum: VCL
- Topic: Can I paint graph with gaps for TCandleSeries?
- Replies: 4
- Views: 2824
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.