public class DataPointInfo extends Object
Constructor and Description |
---|
DataPointInfo()
Creates a new instance of the
DataPointInfo class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getContainsTouchLocation()
Gets a value indicating whether the layout slot of the data point contains the touch lastLocation.
|
DataPoint |
getDataPoint()
Gets the data point in the series object that is closest to the tap lastLocation.
|
Object |
getDisplayContent()
Gets the object that visually represents the value of the associated point.
|
Object |
getDisplayHeader()
Gets the name of the series which host the associated data point.
|
double |
getDistanceToTouchLocation()
Gets the distance to the touch lastLocation.
|
int |
getPriority()
Gets the current priority.
|
ChartSeriesModel |
getSeriesModel()
Gets the current series.
|
ChartSeries |
series()
Gets the series object that contains the data point.
|
void |
setContainsTouchLocation(boolean value)
Sets a value indicating whether the layout slot of the data point contains the touch lastLocation.
|
void |
setDataPoint(DataPoint value)
Sets the data point in the series object that is closest to the tap lastLocation.
|
void |
setDisplayContent(Object value)
Sets the object that visually represents the value of the associated point.
|
void |
setDisplayHeader(Object value)
Sets the name of the series which host the associated data point.
|
void |
setDistanceToTouchLocation(double value)
Sets the distance to the touch lastLocation.
|
void |
setPriority(int value)
Sets the current priority.
|
void |
setSeriesModel(ChartSeriesModel value)
Sets the current series.
|
public DataPointInfo()
DataPointInfo
class.public ChartSeries series()
public boolean getContainsTouchLocation()
true
if the context contains the touch lastLocation.public void setContainsTouchLocation(boolean value)
value
- the new value.public DataPoint getDataPoint()
public void setDataPoint(DataPoint value)
value
- the new data point.public Object getDisplayHeader()
public void setDisplayHeader(Object value)
value
- the new display header.public Object getDisplayContent()
public void setDisplayContent(Object value)
value
- the new display content.public double getDistanceToTouchLocation()
public void setDistanceToTouchLocation(double value)
value
- the new distance to the touch lastLocation.public ChartSeriesModel getSeriesModel()
ChartSeriesModel
public void setSeriesModel(ChartSeriesModel value)
value
- the new series.ChartSeriesModel
public int getPriority()
public void setPriority(int value)
value
- the new priority.