Class Values
java.lang.Object
com.independentsoft.office.charts.Values
The Class Values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the number literal.Gets the number reference.voidsetNumberLiteral(NumberLiteral numberLiteral)Sets the number literal.voidsetNumberReference(NumberReference numberReference)Sets the number reference.toString()
-
Constructor Details
-
Values
public Values()Instantiates a new values.
-
-
Method Details
-
clone
-
toString
-
getNumberReference
Gets the number reference.- Returns:
- the number reference
-
setNumberReference
Sets the number reference.- Parameters:
numberReference- the new number reference
-
getNumberLiteral
Gets the number literal.- Returns:
- the number literal
-
setNumberLiteral
Sets the number literal.- Parameters:
numberLiteral- the new number literal
-