com.gwtext.client.widgets.chart.yui
Class SeriesDefX
java.lang.Object
com.gwtext.client.core.JsObject
com.gwtext.client.widgets.chart.yui.SeriesDef
com.gwtext.client.widgets.chart.yui.SeriesDefX
public class SeriesDefX
- 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 |
SeriesDefX
public SeriesDefX()
SeriesDefX
public SeriesDefX(java.lang.String displayName,
java.lang.String yField)
SeriesDefX
public SeriesDefX(java.lang.String displayName,
java.lang.String yField,
GenericConfig style)
setXField
public void setXField(java.lang.String xField)
- Set the xField.
- Parameters:
xField
- the xField
getXField
public java.lang.String getXField()
- Return the xField.
- Returns:
- the xField
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