GOffice.GraphChartMap3D¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class GOffice.GraphChartMap3D¶
- classmethod new(view, area, axis0, axis1, axis2)¶
- Parameters:
view (
GOffice.GraphView
) – aGOffice.GraphView
for a chart with 3D support or one of its childrenarea (
GOffice.GraphViewAllocation
) – area allocated to chartaxis0 (
GOffice.GraphAxis
) – 1st dimension axisaxis1 (
GOffice.GraphAxis
) – 2nd dimension axisaxis2 (
GOffice.GraphAxis
) – 3rd dimension axis
- Returns:
a new
GOffice.GraphChartMap3D
object.- Return type:
Creates a new
GOffice.GraphChartMap3D
, used for conversion from data space to canvas space.
- free()¶
Frees self object.
- get_axis_map(index)¶
- Parameters:
index (
int
) – axis index- Returns:
- Return type:
Convenience function which returns one of the associated axis_map.
Valid values are in range [0..2].
- is_valid()¶
-
Tests if self was correctly initialized.
- to_view(x, y, z, u, v, w)¶
- Parameters:
Converts a 3D coordinate from data space to canvas space.