Search
FunctionSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

 

dispatchFunctionCall

 

getDimensions

Implements Series.getDimensions. Returns 2.

getEvaluateFunctionDelegate

Gets a delegate called to evaluate unknown functions used in the expression.

getLabel

Implements Series.getLabel.

getSize

Implements Series.getSize. Gets the number of data items in this series.

getSupportedLabels

Implements Series.getSupportedLabels.

getTitle

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

getValue

Implements Series.getValue. Evaluates the function expression for specified index.

isEmphasized

Implements Series.isEmphasized.

isSorted

Implements Series.isSorted.

removeDataChangedListener

 

setEvaluateFunctionDelegate

Sets a delegate called to evaluate unknown functions used in the expression.

setTitle

Sets the title of this series.

 Protected Methods

  Name Description

fireDataChanged

 

 See Also