App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Properties | List of all members
google.appengine._internal.graphy.pie_chart.Segment Class Reference
Inheritance diagram for google.appengine._internal.graphy.pie_chart.Segment:
google.appengine._internal.graphy.common.DataSeries

Public Member Functions

def __init__
 
- Public Member Functions inherited from google.appengine._internal.graphy.common.DataSeries
def __init__
 

Properties

 size
 
 color
 
- Properties inherited from google.appengine._internal.graphy.common.DataSeries
 color = property(_GetColor, _SetColor)
 

Additional Inherited Members

- Public Attributes inherited from google.appengine._internal.graphy.common.DataSeries
 data
 
 style
 
 markers
 
 label
 

Detailed Description

A single segment of the pie chart.

Object attributes:
  size: relative size of the segment
  label: label of the segment (if any)
  color: color of the segment (if any)

Property Documentation

google.appengine._internal.graphy.pie_chart.Segment.color
static
Initial value:
1 = property(_GetColor, _SetColor,
2  doc = """The color of this pie segment.""")
google.appengine._internal.graphy.pie_chart.Segment.size
static
Initial value:
1 = property(_GetSize, _SetSize,
2  doc = """The relative size of this pie segment.""")

The documentation for this class was generated from the following file: