|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.values.XYScatterValue
public class XYScatterValue
Represents a XY Scatter Value.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
XYScatterValue(float yValue,
float xValue)
Initializes a new instance of XYScatterValue object. |
|
XYScatterValue(float yValue,
float xValue,
XYScatterDataLabel dataLabel)
Initializes a new instance of XYScatterValue object. |
|
| Method Summary | |
|---|---|
XYScatterDataLabel |
getDataLabel()
Gets the XYScatterDataLabel object. |
float |
getScatterXValue()
Gets the xValue of the XYScatterValue. |
float |
getScatterYValue()
Gets the yValue of the XYScatterValue. |
void |
setDataLabel(XYScatterDataLabel dataLabel)
Sets the XYScatterDataLabel object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XYScatterValue(float yValue,
float xValue)
XYScatterValue object.
xValue - the xAxis value of XYScatterValue.yValue - the yAxis value of the XYScatterValue.
public XYScatterValue(float yValue,
float xValue,
XYScatterDataLabel dataLabel)
XYScatterValue object.
xValue - the xAxis value of XYScatterValue.yValue - the yAxis value of the XYScatterValue.dataLabel - The dataLabel of the XYScatterValue.XYScatterValue| Method Detail |
|---|
public XYScatterDataLabel getDataLabel()
XYScatterDataLabel object.
XYScatterDataLabelpublic void setDataLabel(XYScatterDataLabel dataLabel)
XYScatterDataLabel object.
dataLabel - the XYScatterDataLabel object.XYScatterDataLabelpublic float getScatterYValue()
public float getScatterXValue()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||