Method GetAxisYPosition | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GetAxisYPosition(GraphView)

Returns the Y screen position of the origin (typically 0,0) of graph space. Return value is bounded by the screen i.e. the axis is always rendered even if the origin is offscreen.

public int GetAxisYPosition(GraphView graph)

Parameters

graph GraphView

Returns

int

Edit this page