com.steema.teechart.data
Class SeriesSource

java.lang.Object
  extended by com.steema.teechart.data.SeriesSource
Direct Known Subclasses:
CursorSeriesSource

public abstract class SeriesSource
extends java.lang.Object

Title: SeriesSource class

Description: Abstract class to define Series.DataSource components.

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
protected  ISeries series
           
 
Constructor Summary
SeriesSource()
           
 
Method Summary
protected  void dispose(boolean disposing)
           
 ISeries getSeries()
          The Series that has this component as DataSource.
abstract  void refreshData()
          Fills Series with data from source.
 void setSeries(ISeries value)
          The Series that has this component as DataSource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

series

protected ISeries series
Constructor Detail

SeriesSource

public SeriesSource()
Method Detail

getSeries

public final ISeries getSeries()
The Series that has this component as DataSource.

Returns:
ISeries

setSeries

public void setSeries(ISeries value)
The Series that has this component as DataSource.

Parameters:
value - ISeries

dispose

protected void dispose(boolean disposing)

refreshData

public abstract void refreshData()
Fills Series with data from source.