Search
DataBoundSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Adds the specified DataChangedListener instance to this DataBoundSeries.

elementAdded

 

elementRemoved

 

getDataSource

Gets the data source this DataBoundSeries is bound to.

getDimensions

Implements Series.getDimensions. Returns the number of XDataField/YDataField/ZDataField properties that are set.

getInnerLabelsDataField

Gets the name of the field in the data source that provides data for the inner labels.

getLabel

Implements Series.getLabel. Returns the label for the specified data item in the data source.

getOuterLabelsDataField

Gets the name of the field in the data source that provides data for the outer labels.

getSize

Implements Series.getSize. Gets the number of data items in the data source.

getSupportedLabels

Implements Series.getSupportedLabels. Returns the types of labels supported by this DataBoundSeries

getTitle

Implements Series.getTitle. Gets the title of this series.

getToolTipsDataField

Gets the name of the field in the data source that provides data for the tool tips.

getValue

Implements Series.getValue. Returns the value for the specified data item in the data source.

getXAxisLabelsDataField

Gets the name of the field in the data source that provides data for the labels at the X-axis.

getXDataField

Gets the name of the field in the data source that provides data for the X-coordinates of the Series points.

getYAxisLabelsDataField

Gets the name of the field in the data source that provides data for the labels at the Y-axis.

getYDataField

Gets the name of the field in the data source that provides data for the Y-coordinate of the points in the Series.

getZAxisLabelsDataField

Gets the name of the field in the data source that provides data for the labels at the Z-axis.

getZDataField

Gets the name of the field in the data source that provides data for the Z-coordinate of points in the Series.

isEmphasized

Implements Series.isEmphasized. DataBoundSeries always returns false.

isSorted

Implements Series.isSorted. Gets a value indicating whether the Series values increase monotonously in the specified dimension.

removeDataChangedListener

Removes the specified DataChangedListener.

setDataSource

Sets the data source this DataBoundSeries is bound to.

setInnerLabelsDataField

Sets the name of the field in the data source that provides data for the inner labels.

setOuterLabelsDataField

Sets the name of the field in the data source that provides data for the outer labels.

setTitle

Sets the title of this DataBoundSeries.

setToolTipsDataField

Sets the name of the field in the data source that provides data for the tool tips.

setXAxisLabelsDataField

Sets the name of the field in the data source that provides data for the labels at the X-axis.

setXDataField

Sets the name of the field in the data source that provides data for X-coordinates of points in this DataBoundSeries.

setYAxisLabelsDataField

Sets the name of the field in the data source that provides data for the labels at the Y-axis.

setYDataField

Sets the name of the field in the data source that provides data for calculating the Y-coordinates of points in this DataBoundSeries.

setZAxisLabelsDataField

Sets the name of the field in the data source that provides data for the labels at the Z-axis.

setZDataField

Sets the name of the field in the data source that provides data for calculating the Z-coordinates of points in this DataBoundSeries.

 Protected Methods

  Name Description

fireDataChanged

Raises an event that signalizes that the Series data has changed.

 See Also