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
graph
GraphViewstart
PointScreen position of the start of the bar
end
PointScreen position of the end of the bar
beingDrawn
BarSeriesBarThe Bar that occupies this space and is being drawn