|
__init__(self,
chartConfig)
Creates this chart object with given chart configuration |
source code
|
|
|
|
|
|
|
|
|
|
|
paintSeriesEvents(self,
target,
seriesType) |
source code
|
|
|
|
|
changeVariables(self,
source,
variables)
Called when one or more variables handled by the implementing class
are changed. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fireSeriesClick(self,
series,
point,
mousePosition) |
source code
|
|
|
|
|
|
|
|
|
firePointClick(self,
category,
point,
mousePosition) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setAxisInSeriesIfNotSetAlready(self,
series) |
source code
|
|
|
removeSeries(self,
name_or_seriesData)
Removes a series whose name matches the argument name or the argument
seriesData from this chart. |
source code
|
|
|
|
|
addSeriesPointAddedOperation(self,
seriesName,
point) |
source code
|
|
|
|
|
getMatchedSeriesCUR(self,
seriesCURSet,
matchAgainstSeriesCUR) |
source code
|
|
|
addSeriesPointRemovedOperation(self,
seriesName,
point) |
source code
|
|
|
refresh(self)
After a series is added or removed, there is no need to call this
method as it is handled implicitly. |
source code
|
|
|
|
Inherited from ui.abstract_component.AbstractComponent :
__getstate__ ,
__setstate__ ,
addCallback ,
addStyleName ,
attach ,
childRequestedRepaint ,
detach ,
fireComponentErrorEvent ,
fireComponentEvent ,
fireEvent ,
fireRequestRepaintEvent ,
focus ,
getApplication ,
getCSSHeight ,
getCSSWidth ,
getCaption ,
getComponentError ,
getData ,
getDebugId ,
getDescription ,
getErrorHandler ,
getErrorMessage ,
getHeight ,
getHeightUnits ,
getIcon ,
getListeners ,
getLocale ,
getParent ,
getStyle ,
getStyleName ,
getWidth ,
getWidthUnits ,
getWindow ,
handleError ,
hasListeners ,
isEnabled ,
isImmediate ,
isReadOnly ,
isVisible ,
paint ,
parseStringSize ,
registerCallback ,
registerListener ,
removeCallback ,
removeStyleName ,
requestRepaint ,
requestRepaintRequests ,
setCaption ,
setComponentError ,
setData ,
setDebugId ,
setDescription ,
setEnabled ,
setErrorHandler ,
setHeight ,
setHeightUnits ,
setIcon ,
setImmediate ,
setLocale ,
setParent ,
setReadOnly ,
setSizeFull ,
setSizeUndefined ,
setStyle ,
setStyleName ,
setVisible ,
setWidth ,
setWidthUnits ,
withdrawCallback ,
withdrawListener
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|