com.steema.teechart.data
Class SeriesSource

java.lang.Object
  extended by com.steema.teechart.data.SeriesSource

public abstract class SeriesSource
extends java.lang.Object

Title: SeriesSource class

Description: Abstract class to define Series.DataSource components.

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

Company: Steema Software SL


Constructor Summary
SeriesSource()
           
 
Method Summary
protected  void dispose(boolean disposing)
           
 ISeries getSeries()
          The Series that has this component as DataSource.
 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
 

Constructor Detail

SeriesSource

public SeriesSource()
Method Detail

getSeries

public 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 void refreshData()
Fills Series with data from source.