How to hide the price of a HLine from CChartObject

 
I use the class CChartObject to print objects and some horizontal lines, both in the main window and the secondary window. I would like to remove the label on the right printed on the price scale, for all my horizontal lines. The picture has 2 lines, one blue the other orange and they both has price tags.

but I dont know hot to.
https://www.mql5.com/en/docs/standardlibrary/chart_object_classes/cchartobject

https://www.mql5.com/en/docs/standardlibrary/chart_object_classes/obj_lines/cchartobjecthline


Documentation on MQL5: Standard Library / Graphic Objects / CChartObject
Documentation on MQL5: Standard Library / Graphic Objects / CChartObject
  • www.mql5.com
CChartObject - Graphic Objects - Standard Library - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
IIRC, draw the line(s) in the background.
 
yes this works
Reason: