Using one oc cTrader's libraries in my own program
Using one oc cTrader's libraries in my own program
13 Aug 2015, 21:35
What assembly would I find the candlestick chart contained in, and do I have permission to reference this in my own executable?
If so, can you also tell me what its dependencies are?
Thanks.
Replies
olddirtypipster
14 Aug 2015, 11:55
RE:
Spotware said:
You can find a lot of charting libraries in the internet.
It would make more sense to beven toe ability to subclass an existing window verses building one from scratch!
The ChartView is good, but it would be better if it allowed users to inherit its classes, and exdend its existing features.
To do so would be staying true to the principles of OOP. design.
@olddirtypipster
Spotware
14 Aug 2015, 09:59
Dear Trader,
You are not allowed to do that.
@Spotware