Home | Trees | Indices | Help |
|
---|
|
object --+ | Axis --+ | AxisBase
This class defines attributes common to X axis and Y axis. A chart can have one or more axis of each type.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Sets an id for the axis
|
|
Sets tick for the axis
|
|
Sets maximum amount of zoom for this axis. For datetime axis, the maxZoom must be specified in milliseconds. For example, for a datetime axis the main unit is milliseconds. If maxZoom is set to 3600000, you can't zoom in more than to one hour. (Above example is taken from Highcharts documentation)
|
|
If the argument it true then this axis will be reversed. Defaults to false.
|
|
If the argument is true then another axis on the opposite side of this axis will be displayed. The normal axis is on left side for vertical axes and bottom for horzontal axes.
|
|
Sets type of this axis. Used by subclasses
|
|
Sets title for the axis
See Also: AxisTitle |
|
Sets a color to be used for alternate grids of the chart
|
|
If the argument is true then this axis will end on a tick.
|
|
Sets grid for this axis
See Also: Grid |
|
Sets a color for line of this axis. This line indicate this axis
|
|
Sets width of this axis line
|
|
Sets another axis which is linked with this axis. The following description is copied from Highcharts API documentation http://www.highcharts.com/ref/#xAxis. When an axis is linked to a master axis, it will take the same extremes as the master, but as assigned by min or max or by setExtremes. It can be used to show additional info, or to ease reading the chart by duplicating the scales. Defaults to null.
|
|
|
|
|
|
|
|
|
|
Sets distance of this axis from the plot area
|
|
If the argument is true then the label of this axis' first tick will be displayed. Defaults to true.
|
|
If the argument is true then the label of this axis' last tick will be displayed. Defaults to false
|
|
Sets a day to be considered as start of the week. For datetime axis, this decides where to put tick. e.g. if startOfWeek = THURSDAY then tick will be placed on every thursday.
|
|
If the argument is true then this axis must start on a tick. Defaults to false.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 20 16:01:17 2013 | http://epydoc.sourceforge.net |