I looked at your charting sample and i am interested in building point and figure charts, can you please guide how can i do it , is it possible to override chart.draw to do custom drawing?
Thanks for response. I did looked at it but really didnt understood how do i customize it ? The DrawStyle got few possible values but what i am trying is not available as DrawStyle.
It will be very helpful if you could give some pointers - what method or which area i need to look
I just modified existing sample SampleChartActivOrders as follows to show the pnf chart but i dont see it can you see why? i cant see candle chart though
public partial class MainWindow
{
public ObservableCollection<Order> Orders { get; }
コメント (5)
ログイン または アカウントを作成, コメントを残すにはログインまたは新規登録してください
Hello,
Please see our documentation http://doc.stocksharp.com/html/956b3163-c537-4e1d-af29-cf80b633db3c.htm
Hi
Thanks for response. I did looked at it but really didnt understood how do i customize it ? The DrawStyle got few possible values but what i am trying is not available as DrawStyle.
It will be very helpful if you could give some pointers - what method or which area i need to look
thanks
Hello,
Please see the section http://doc.stocksharp.com/html/956b3163-c537-4e1d-af29-cf80b633db3c.htm There is description how to work with Chart component.
Hi
I just modified existing sample SampleChartActivOrders as follows to show the pnf chart but i dont see it can you see why? i cant see candle chart though
public partial class MainWindow { public ObservableCollection<Order> Orders { get; }
Hi
can you please tell if stocksharp chart are capable to draw point and figure chart?
Also if possible can you please share some pseudo code or something to draw pnf chart?
Thanks