public interface IFloatingTextSet
| Modifier and Type | Method and Description |
|---|---|
void |
add(ITextString t)
This function is used to add a text string to the chart.
|
java.util.Enumeration |
elements()
Returns the Enumeration of floating text strings added to the chart.
|
void |
remove(ITextString t)
Removes a text string from a chart.
|
void |
removeAll()
Removes all the floating text strings from the chart.
|
void |
set(java.util.Enumeration elements)
Adds a list of floating text strings in the chart.
|
void add(ITextString t)
Associated QbChart property: INSERT_TEXT
t - The ITextString object containing information about the string.ITextStringvoid remove(ITextString t)
Associated QbChart property: REMOVE_TEXT
t - The ITextString object containing information about the string that needs to be
removed.ITextStringvoid removeAll()
Associated QbChart property: REMOVE_ALLTEXT
java.util.Enumeration elements()
Associated QbChart property: TEXTLIST
ITextStringvoid set(java.util.Enumeration elements)
elements - The list containing the text strings.ITextString