GOffice.GraphDataset¶
- Implementations:
GOffice.GraphAxis
,GOffice.GraphAxisLine
,GOffice.GraphDataLabel
,GOffice.GraphLabel
,GOffice.GraphRegCurve
,GOffice.GraphSeries
,GOffice.GraphSeriesLabels
,GOffice.GraphSmoothedCurve
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
None
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class GOffice.GraphDataset¶
- Bases:
- dims(first, last)¶
-
FIXME ?? Fix what ?? Stores the first and last valid indicises to get/set dim in first and last.
- dup_to_simple(dst)¶
- Parameters:
dst (
GOffice.GraphDataset
) –
- finalize()¶
- get_dim(dim_i)¶
- Parameters:
dim_i (
int
) –- Returns:
the
GOffice.Data
associated with dimension dim_i. Does NOT add a reference. orNone
on failure.- Return type:
- set_dim(dim_i, val)¶
- Parameters:
dim_i (
int
) – < 0 gets the nameval (
GOffice.Data
) –GOffice.Data
- Raises:
Absorbs a ref to val if it is non-
None
- set_dim_internal(dim_i, val, graph)¶
- Parameters:
dim_i (
int
) – the indexval (
GOffice.Data
) –GOffice.Data
graph (
GOffice.GraphGraph
) –GOffice.GraphGraph
an internal routine to handle signal setup and teardown