public override void Plot(Graphics graphics, Rectangle bounds, double min, double max)
The problem that I am having is that I cannot find how to calculate the margin on the right or left side of the chart. Without this information I cannot calculate the x value of a bar.
I could not find any variable within bounds parameter that could give me this information.
So my question is how do I access or calculate the x value of a bar on the chart.

Comment