Table of Contents

Method DrawBarLine

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

DrawBarLine(GraphView, Point, Point, Bar)

Override to do custom drawing of the bar e.g. to apply varying color or changing the fill symbol mid bar.

protected virtual void DrawBarLine(GraphView graph, Point start, Point end, BarSeries.Bar beingDrawn)

Parameters

graph GraphView
start Point

Screen position of the start of the bar

end Point

Screen position of the end of the bar

beingDrawn BarSeries.Bar

The Bar that occupies this space and is being drawn