GOffice.GraphPlotView¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
|
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
Class Details¶
- class GOffice.GraphPlotView(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
- get_data_at_point(x, y, series)¶
- Parameters:
x (
float
) – x positiony (
float
) – y positionseries (
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.
- do_get_data_at_point(x, y, series) virtual¶
- Parameters:
x (
float
) – x positiony (
float
) – y positionseries (
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.