Markstip, character between label and value
Markstip, character between label and value
Is it possible to change the character between the label and value text in the Markstip Textbox? I want to have a multiline TextBox.
Hi,
yes, you can use the MarksTipToll_GetText event to change the text .
yes, you can use the MarksTipToll_GetText event to change the text .
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
Pep Jorge
http://support.steema.com
http://support.steema.com