Search found 3 matches
- Mon Dec 17, 2007 3:42 pm
- Forum: ActiveX
- Topic: Darvas BoxBrush.BackColor control
- Replies: 1
- Views: 3308
Darvas BoxBrush.BackColor control
Within a Darvas Series I would like to change the color of a single/specific shaded Darvas box to a different color than the default. The command tchart.Series(0).asDarvas.BoxBrush.BackColor = RGB(255,0,0) changes the color ofall the series' boxes - is there one where you can change just one box's c...
- Thu Dec 06, 2007 2:25 am
- Forum: ActiveX
- Topic: Question on Darvas Charts - High/Low Box Data
- Replies: 3
- Views: 6059
I see where you can get the individual candle High/Low/Close with your suggestion, but what I am trying to get is the Shaded Darvas Box itself's High/Low Values - the candlesticks are contained with the Darvas Box. I see where you can get the number of Darvas Boxes with: TChart1.Series(0).asDarvas.N...
- Sun Nov 18, 2007 4:07 pm
- Forum: ActiveX
- Topic: Question on Darvas Charts - High/Low Box Data
- Replies: 3
- Views: 6059
Question on Darvas Charts - High/Low Box Data
I am trying to retrieve some data from the created Darvas Chart. Specifically I would like to retrieve both the High & Low box values for the most recent/current "darvas box" on the chart - I am using VFP, but VB code would be fine too. I see where you can retrieve the number of boxes created, but I...