com.steema.teechart.data
Class DataSeriesSource

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

public class DataSeriesSource
extends java.lang.Object

Title:

Description:

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

Company: Steema Software SL


Constructor Summary
DataSeriesSource()
           
 
Method Summary
static void fillSeries(Series series, java.sql.ResultSet view)
           
static boolean isValidSource(java.lang.Object source)
           
static boolean tryRefreshData(Series series)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSeriesSource

public DataSeriesSource()
Method Detail

fillSeries

public static void fillSeries(Series series,
                              java.sql.ResultSet view)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

tryRefreshData

public static boolean tryRefreshData(Series series)

isValidSource

public static boolean isValidSource(java.lang.Object source)