com.gwtext.client.widgets.chart.yui
Class SeriesDefY
java.lang.Object
com.gwtext.client.core.JsObject
com.gwtext.client.widgets.chart.yui.SeriesDef
com.gwtext.client.widgets.chart.yui.SeriesDefY
public class SeriesDefY
- extends SeriesDef
Fields inherited from class com.gwtext.client.core.JsObject |
jsObj |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesDefY
public SeriesDefY()
SeriesDefY
public SeriesDefY(java.lang.String displayName,
java.lang.String yField)
SeriesDefY
public SeriesDefY(java.lang.String displayName,
java.lang.String yField,
GenericConfig style)
setYField
public void setYField(java.lang.String yField)
- Set the yField.
- Parameters:
yField
- the yField
getYField
public java.lang.String getYField()
- Return the yField.
- Returns:
- the yField
setType
public void setType(ChartType type)
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Set the displayName.
- Parameters:
displayName
- the displayName
getDisplayName
public java.lang.String getDisplayName()
- Return the displayName.
- Returns:
- the displayName
setStyle
public void setStyle(GenericConfig style)
- Set the style.
- Parameters:
style
- the style