Name | Description | |
---|---|---|
Adds the specified DataChangedListener. |
||
Implements Series.getDimensions. Returns 2. |
||
Implements Series.getLabel. Returns an element of the Labels list. |
||
Gets the data labels. |
||
Implements Series.getSize. Returns the number of elements in the XData list. |
||
Implements Series.getSupportedLabels. Gets the kind of labels reported as supported by this Series2D. |
||
Implements Series.getTitle. Gets the title of this Series2D. |
||
Implements Series.getValue. Returns the value for the specified data item in this Series2D. |
||
Gets the X coordinates of data items. |
||
Gets the Y-coordinates of data items. |
||
Implements Series.isEmphasized. Series2D always returns false. |
||
Implements Series.isSorted. Series2D always returns false. |
||
Removes the specified DataChangedListener listener. |
||
Sets the data labels. |
||
Sets the kind of labels reported as supported by this Series2D. |
||
Sets the title of this Series2D. |
||
Sets data used for calculating the X-coordinates of points in this Series2D. |
||
Sets data used for calculating the Y-coordinates of points in this Series2D. |
Name | Description | |
---|---|---|
Raises an event that signalizes that Series2D data has changed. |