|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.data.SeriesSource
public abstract class SeriesSource
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 |
---|
public SeriesSource()
Method Detail |
---|
public ISeries getSeries()
public void setSeries(ISeries value)
value
- ISeriespublic void dispose()
public void refreshData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |