Code: Select all
With TChart_3MoScheduled
.Tools.Items(0).asRectangle.Text = "$1,000"
.Tools.Items(1).asRectangle.Text = "$10,000"
.Tools.Items(2).asRectangle.Text = "$100,000"
End With
So, what do I have to do to change the text at runtime?