Class SeriesText
java.lang.Object
com.independentsoft.office.charts.SeriesText
The Class SeriesText.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the string reference.getValue()Gets the value.voidsetStringReference(StringReference stringReference)Sets the string reference.voidSets the value.toString()
-
Constructor Details
-
SeriesText
public SeriesText()Instantiates a new series text.
-
-
Method Details
-
clone
-
toString
-
getStringReference
Gets the string reference.- Returns:
- the string reference
-
setStringReference
Sets the string reference.- Parameters:
stringReference- the new string reference
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-