Method DrawBarLine
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
graphGraphViewstartPointScreen position of the start of the bar
endPointScreen position of the end of the bar
beingDrawnBarSeriesBarThe Bar that occupies this space and is being drawn