Search
BarSeries Methods
 


 Public Methods

  Name Description

addDataChangedListener

Removes the specified DataChangedListener. (Inherited from SimpleSeries.)

getData

Gets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.)

getDimensions

Implements Series.getDimensions. (Inherited from SimpleSeries.)

getInnerLabels

Gets the inner labels.

getLabel

SimpleSeries.getLabel override. Returns the label at the specified index and from the specified type.

getSize

Implements Series.getSize. Returns the number of elements in the Data list. (Inherited from SimpleSeries.)

getSupportedLabels

SimpleSeries.getSupportedLabels override. Returns a combination of InnerLabel, OuterLabel and XAxisLabel.

getTitle

Implements Series.getTitle. Gets the title of this SimpleSeries. (Inherited from SimpleSeries.)

getToolTips

Gets the tooltips associated with data items. (Inherited from SimpleSeries.)

getTopLabels

Gets the top labels.

getValue

Implements Series.getValue. Returns the value for the specified data item in this SimpleSeries. (Inherited from SimpleSeries.)

getXAxisLabels

Gets the labels for the X-axis.

isEmphasized

Implements Series.isEmphasized. Gets a value indicating whether the specified data item should be rendered emphasized by the SeriesRenderer. (Inherited from SimpleSeries.)

isSorted

Implements Series.isSorted. SimpleSeries always returns false. (Inherited from SimpleSeries.)

removeDataChangedListener

Removes the specified DataChangedListener. (Inherited from SimpleSeries.)

setData

Sets the data values contained in this SimpleSeries. (Inherited from SimpleSeries.)

setInnerLabels

Sets the inner labels.

setSupportedLabels

Sets an enum-set specifying which labels from the series should be displayed. (Inherited from SimpleSeries.)

setTitle

Sets the title of this SimpleSeries. (Inherited from SimpleSeries.)

setToolTips

Sets the tooltips associated with data items. (Inherited from SimpleSeries.)

setTopLabels

Sets the top labels.

setXAxisLabels

Sets the X-axis labels.

 Protected Methods

  Name Description

fireDataChanged

Raises the DataChanged event. (Inherited from SimpleSeries.)

 See Also