com.extjs.gxt.charts.client.model.charts
Class AreaChart

java.lang.Object
  extended by com.extjs.gxt.ui.client.data.BaseModelData
      extended by com.extjs.gxt.ui.client.data.BaseModel
          extended by com.extjs.gxt.charts.client.model.charts.ChartConfig
              extended by com.extjs.gxt.charts.client.model.charts.LineChart
                  extended by com.extjs.gxt.charts.client.model.charts.AreaChart
All Implemented Interfaces:
HasRightAxis, ChangeEventSource, Model, ModelData, java.io.Serializable

public class AreaChart
extends LineChart

OFC area chart

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.extjs.gxt.charts.client.model.charts.LineChart
LineChart.LineStyle
 
Field Summary
 
Fields inherited from class com.extjs.gxt.charts.client.model.charts.ChartConfig
dataProvider, model
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel
changeEventSupport
 
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData
allowNestedValues, map
 
Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource
Add, Remove, Update
 
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, setDataProvider, setEnableEvents, setFontSize, setKeys, setKeys, setModel, setText, setTooltip, setValues
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent
 
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData
get, getProperties, getPropertyNames
 

Constructor Detail

AreaChart

public AreaChart()
Creates a new area chart with AreaStyle.LINE style

Method Detail

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