|
| data |
|
| auto_color |
|
| auto_scale |
|
| auto_legend |
|
| formatters |
|
| display |
|
| bottom |
|
| left |
|
| right |
|
| top |
|
def google.appengine._internal.graphy.line_chart.LineChart.AddLine |
( |
|
self, |
|
|
|
points, |
|
|
|
label = None , |
|
|
|
color = None , |
|
|
|
pattern = LineStyle.SOLID , |
|
|
|
width = LineStyle.THIN , |
|
|
|
markers = None |
|
) |
| |
Add a new line to the chart.
This is a convenience method which constructs the DataSeries and appends it
for you. It returns the new series.
points: List of equally-spaced y-values for the line
label: Name of the line (used for the legend)
color: Hex string, like 'ff0000' for red
pattern: Tuple for (length of segment, length of gap). i.e.
LineStyle.DASHED
width: Width of the line (i.e. LineStyle.THIN)
markers: List of Marker objects to attach to this line (see DataSeries
for more info)
def google.appengine._internal.graphy.line_chart.LineChart.AddSeries |
( |
|
self, |
|
|
|
points, |
|
|
|
color = None , |
|
|
|
style = LineStyle.solid , |
|
|
|
markers = None , |
|
|
|
label = None |
|
) |
| |
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/graphy/line_chart.py