GOffice.GraphPlotView¶
| Subclasses: | None | 
|---|
Methods¶
| Inherited: | GOffice.GraphView (16), GObject.Object (37) | 
|---|---|
| Structs: | GObject.ObjectClass (5) | 
| get_data_at_point(x, y, series) | 
Virtual Methods¶
| Inherited: | GOffice.GraphView (10), GObject.Object (7) | 
|---|
| do_get_data_at_point(x, y, series) | 
Properties¶
| Inherited: | GOffice.GraphView (2) | 
|---|
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class GOffice.GraphPlotView(**kwargs)¶
- Bases: - GOffice.GraphView- Abstract: - Yes - Structure: - GOffice.GraphPlotViewClass- 
get_data_at_point(x, y, series)¶
- Parameters: - x (float) – x position
- y (float) – y position
- series (GOffice.GraphSeries) – where to store the series
 - Returns: - index of the found data in series or -1. - Return type: - Search a data represented at (x,`y`) in self and set series on success. 
- x (
 - 
do_get_data_at_point(x, y, series) virtual¶
- Parameters: - x (float) – x position
- y (float) – y position
- series (GOffice.GraphSeries) – where to store the series
 - Returns: - index of the found data in series or -1. - Return type: - Search a data represented at (x,`y`) in view and set series on success. 
- x (
 
-