This class contains configuration options for line series such as line
and area but not column series.
|
|
|
|
|
|
|
|
setPointStart(self,
pointStart)
If no x values are given for the points in a series, the argument
pointStart defines on what value to start. |
source code
|
|
|
|
|
|
|
setPointInterval(self,
pointInterval)
If no x values are given for the points in a series, the argument
pointInterval defines the interval of the x values. |
source code
|
|
|
|
|
|
|
setStickyTracking(self,
stickyTracking)
If the argument is true then the mouseout event on a series is not
triggered until mouse moves over another series or comes out of the
plot area. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from SeriesConfig:
getAllowPointSelect,
getAnimation,
getColor,
getCursor,
getDataLabel,
getEnableMouseTracking,
getHoverState,
getShadow,
getShowCheckbox,
getShowInLegend,
getStacking,
getVisible,
setAllowPointSelect,
setAnimation,
setColor,
setCursor,
setDataLabel,
setEnableMouseTracking,
setHoverState,
setShadow,
setShowCheckbox,
setShowInLegend,
setStacking,
setVisible
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|