Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvDataSetPoint

IlvDataSetPoint

Category:
Rich Web Charts component
JavaScript File:
IlvDataSetPoint.js
Description:
A IlvDataSetPoint represents the data at the given index in the specified data set.
Deprecated:
RWC has been deprecated since JViews 8.7. Alternative Web technologies are provided with your JViews product.
Since:
JViews 7.5

Method Summary
Method Attributes Method Name and Description
 
Returns the data set to which this data point belongs.
 
Returns the index at which this data point is stored in the data set.
 
Returns the X value of this data point.
 
Returns the Y value of this data point.
 
Returns a string representation of this data point.
Method Detail
getDataSet
getDataSet()
Returns the data set to which this data point belongs.

getIndex
getIndex()
Returns the index at which this data point is stored in the data set.

getXData
getXData()
Returns the X value of this data point.

getYData
getYData()
Returns the Y value of this data point.

toString
toString()
Returns a string representation of this data point.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.