Search found 1 match
- Thu Apr 19, 2007 4:56 pm
- Forum: VCL
- Topic: How to display OHLC values from Candle series
- Replies: 1
- Views: 8101
How to display OHLC values from Candle series
I'm want to display the OHLC values of a Candle chart using the TAnnotationTool in the DBChart's OnMouseMove event. It appears I'm missing something because I'm not able to get the correct ValueIndex value to use with the TChartValueList properties. I've tried using the TCursorTool but the OnChange ...