Method DrawBarLine | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DrawBarLine(GraphView, Point, Point, BarSeriesBar)
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, BarSeriesBar 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
BarSeriesBar
The Bar that occupies this space and is being drawn