GOffice.GraphPlotView

g GObject.Object GObject.Object GOffice.GraphView GOffice.GraphView GObject.Object->GOffice.GraphView GOffice.GraphPlotView GOffice.GraphPlotView GOffice.GraphView->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)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

base

GOffice.GraphView

r

Class Details

class GOffice.GraphPlotView(**kwargs)
Bases:

GOffice.GraphView

Abstract:

Yes

Structure:

GOffice.GraphPlotViewClass

get_data_at_point(x, y, series)
Parameters:
Returns:

index of the found data in series or -1.

Return type:

int

Search a data represented at (x,`y`) in self and set series on success.

do_get_data_at_point(x, y, series) virtual
Parameters:
Returns:

index of the found data in series or -1.

Return type:

int

Search a data represented at (x,`y`) in view and set series on success.