hi
i have chart in candle style
i put red candle for bad day and white cadle for good day
it 's very easy to select the red candle to get some data
but its very difficult to select then white one or doji candle
can you help me
difficult in select white candle or doji one
Hi
Sorry but We don't understand which is the exact problem you are having. Could you please tell us more about your problem. Also, if is it possible, could you please send us a simple example project we can run "as-is" to reproduce the issue here?
You can post your files either at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup or at our upload page
Sorry but We don't understand which is the exact problem you are having. Could you please tell us more about your problem. Also, if is it possible, could you please send us a simple example project we can run "as-is" to reproduce the issue here?
You can post your files either at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup or at our upload page
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jameh2020,
It works fine for us here using v7.0.1.4, which is the latest version available at the client area, and this code:
OnClickSeries event works fine for all candles.
Could you please send us a simple example project we can run "as-is" to reproduce the problem here? Could you also let us know which TeeChart version are you using and what do you mean with doji candle?
Thanks in advance.
It works fine for us here using v7.0.1.4, which is the latest version available at the client area, and this code:
Code: Select all
Private Sub Form_Load()
TChart1.Series(0).FillSampleValues 10
TChart1.Aspect.View3D = False
End Sub
Private Sub TChart1_OnClickSeries(ByVal SeriesIndex As Long, ByVal ValueIndex As Long, ByVal Button As TeeChart.EMouseButton, ByVal Shift As TeeChart.EShiftState, ByVal X As Long, ByVal Y As Long)
Label1.Caption = CStr(ValueIndex)
End Sub
Could you please send us a simple example project we can run "as-is" to reproduce the problem here? Could you also let us know which TeeChart version are you using and what do you mean with doji candle?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |