possible to fill color for the rectangle?
possible to fill color for the rectangle?
27 Mar 2013, 14:03
it's will be great to spot the price area
Replies
Vitali Gajdabrus
23 Jul 2020, 08:28
RE:
cAlgo_Fanatic said:
This feature will be included in the future.
How to programmatically fill a rectangle with color?
DrawRectangle(string name, int barIndex1, double y1, int barIndex2, double y2, Color color, int thickness, LineStyle lineStyle)
@Vitali Gajdabrus
PanagiotisCharalampous
23 Jul 2020, 08:40
Hi Vitali,
You need to set IsFilled property to true.
Best Regards,
Panagiotis
@PanagiotisCharalampous
... Deleted by UFO ...
ranikiforova71
05 Aug 2020, 13:57
RE:
PanagiotisCharalampous said:
Hi Vitali,
You need to set IsFilled property to true.
Best Regards,
Panagiotis
Thanks for Giving us Such a Great Information
@ranikiforova71
... Deleted by UFO ...
cAlgo_Fanatic
02 Apr 2013, 14:31
This feature will be included in the future.
@cAlgo_Fanatic