com.gwtext.client.widgets.chart.yui
Class Series

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.widgets.chart.yui.Series

public class Series
extends JsObject

Series class for the YUI Charts widget.


Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Constructor Summary
Series()
           
 
Method Summary
protected  com.google.gwt.core.client.JavaScriptObject create()
           
 void setDisplayName(java.lang.String displayName)
          The human-readable name of the series.
 void setType(ChartType type)
          The type of series.
 
Methods inherited from class com.gwtext.client.core.JsObject
getJsObj, getProperties, isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Series

public Series()
Method Detail

create

protected com.google.gwt.core.client.JavaScriptObject create()

setDisplayName

public void setDisplayName(java.lang.String displayName)
The human-readable name of the series.

Parameters:
displayName - the human-readable name of the series.

setType

public void setType(ChartType type)
The type of series.

Parameters:
type - the type of series