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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

DrawSeries(GraphView, Rectangle, RectangleF)

Draws bars that are currently in the drawBounds

public virtual void DrawSeries(GraphView graph, Rectangle drawBounds, RectangleF graphBounds)

Parameters

graph GraphView

drawBounds Rectangle

Screen area of the graph excluding margins

graphBounds RectangleF

Graph space area that should be drawn into drawBounds

Edit this page