Markstip, character between label and value
Posted: Thu Oct 14, 2004 10:06 am
Is it possible to change the character between the label and value text in the Markstip Textbox? I want to have a multiline TextBox.
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
Private Sub MarksTip1_GetText(ByVal sender As Steema.TeeChart.Tools.MarksTip, ByVal e As Steema.TeeChart.Tools.MarksTipGetTextEventArgs) Handles MarksTip1.GetText
e.Text = "text" + Environment.NewLine + "text"
End Sub