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-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Constructor Summary
SeriesSource()
           
 
Method Summary
 void dispose()
           
 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

public void dispose()

refreshData

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