A chart has a title and a subtitle. This class defines attributes
which are common to both.
The text of a title can be plain text or html text containing html
elements. It is also possible to apply css to the title. The css must be
valid css string e.g. { color: 'red' }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setFloating(self,
floating)
If the argument is true then the plot area will not move to make
space for the chart title. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
setX(self,
x)
Sets x position (in pixel) of the title relative to the alignment
within Spacing.left and Spacing.right. |
source code
|
|
|
|
|
|
|
setY(self,
y)
Sets y position (in pixel) of the title relative to the alignment
within Spacing.top and Spacing.bottom. |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|