Class NumericPoint
java.lang.Object
com.independentsoft.office.charts.NumericPoint
The Class NumericPoint.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new numeric point.NumericPoint(int index, String value)Instantiates a new numeric point. -
Method Summary
-
Constructor Details
-
NumericPoint
public NumericPoint()Instantiates a new numeric point. -
NumericPoint
Instantiates a new numeric point.- Parameters:
index- the indexvalue- the value
-
-
Method Details
-
clone
-
toString
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index)Sets the index.- Parameters:
index- the new index
-
getFormat
Gets the format.- Returns:
- the format
-
setFormat
Sets the format.- Parameters:
format- the new format
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-