Is there an option to get a highlow bar with smoothed low and smooth high curve automatically without adding more points??
Right now the dark red highlow it's not smooth at all (see example)
Cheers
Karsten
BCB5 & TChart 8.04 VCL
Search found 3 matches
- Fri Oct 15, 2010 10:31 am
- Forum: VCL
- Topic: THighLow & Smoothing
- Replies: 2
- Views: 2566
- Wed Jun 10, 2009 11:42 am
- Forum: VCL
- Topic: Right axis problem
- Replies: 3
- Views: 2702
Hi Yeray Thanks for the quick answer. Unfortunatly Chart->ClipPoints = false; works only for all of the series and not just for a specific one. As you can see I draw a lot of lineseries in the example and they are ALL offside the chart boundaries as soon as I set Clippoints to false. Even drawing th...
- Wed Jun 10, 2009 8:57 am
- Forum: VCL
- Topic: Right axis problem
- Replies: 3
- Views: 2702
Right axis problem
Hi I would like to draw the red windflags (see image example on http://external.meteo.nl/temp/example.PNG ) on the right axis. This right axis is shifted 30pix to the right, so not attached to the "original drawing area" of the graph. To draw the lines I'm using the TLineSeries object right now and ...