com.extjs.gxt.charts.client.model.charts
Class AreaChart
java.lang.Object
com.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.charts.ChartConfig
com.extjs.gxt.charts.client.model.charts.LineChart
com.extjs.gxt.charts.client.model.charts.AreaChart
- All Implemented Interfaces:
- ChangeEventSource, Model, ModelData, java.io.Serializable
public class AreaChart
- extends LineChart
OFC area chart
- See Also:
- Serialized Form
|
Constructor Summary |
AreaChart()
Creates a new area chart with AreaStyle.LINE style |
|
Method Summary |
java.lang.Float |
getFillAlpha()
Gets the fill alpha. |
java.lang.String |
getFillColour()
Gets the fill colour. |
java.lang.Boolean |
isLoop()
Gets the loop value |
void |
setFillAlpha(java.lang.Float fillAlpha)
Sets the fill alpha. |
void |
setFillColour(java.lang.String colour)
Sets the fill colour in HTML hex format (#ffffff) |
void |
setLoop(boolean loop)
Sets loop |
| Methods inherited from class com.extjs.gxt.charts.client.model.charts.LineChart |
addDots, addDots, addValues, addValues, getColour, getDotStyle, getLineStyle, getWidth, isRightAxis, setColour, setDataProvider, setDotStyle, setLineStyle, setRightAxis, setWidth |
| Methods inherited from class com.extjs.gxt.charts.client.model.charts.ChartConfig |
addChartListener, addNullValue, getChartListeners, getDataProvider, getFontSize, getModel, getText, getTooltip, getType, getValues, isEnableEvents, removeChartListener, setAnimateOnShow, setEnableEvents, setFontSize, setKeys, setKeys, setModel, setText, setTooltip, setValues |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AreaChart
public AreaChart()
- Creates a new area chart with AreaStyle.LINE style
getFillAlpha
public java.lang.Float getFillAlpha()
- Gets the fill alpha.
- Returns:
- the fill alpha
getFillColour
public java.lang.String getFillColour()
- Gets the fill colour.
- Returns:
- the fill colour
isLoop
public java.lang.Boolean isLoop()
- Gets the loop value
- Returns:
- true if loop is enabled
setFillAlpha
public void setFillAlpha(java.lang.Float fillAlpha)
- Sets the fill alpha.
- Parameters:
fillAlpha - the new fill alpha
setFillColour
public void setFillColour(java.lang.String colour)
- Sets the fill colour in HTML hex format (#ffffff)
- Parameters:
colour - the new fill colour
setLoop
public void setLoop(boolean loop)
- Sets loop
- Parameters:
loop - true or false