Can we add ToolTips for object drawn on a chart
Author: bgood
Creation Date: 12/12/2009 1:00 AM
profile picture

bgood

#1
When we draw a horizontal line with the WL GUI, it sets a ToolTip of the price associated with the line. Is there a way to set the ToolTip associated with objects we draw on a chart from the C# code?
profile picture

Cone

#2
No, but see the AnnotateBar, AnnotateChart, DrawText, and DrawLabel functions.

Your interface to painting the chart from a script includes all of the functions in the Cosmetic Chart Category of the QuickRef (F11). Generally speaking, you can't access objects drawn on a chart from a script because they're not drawn until after the script runs. One exception is the ability the TrendLineValue function provides.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).