Hello,
Thank you for the response.
Sometimes the offset is only a few pixels, but other times it is very large as in this screenshot:
The center peak of the histogram on the right is at a significantly different than right-most closing tick on the price chart.
I looked into the NRangeSeries example. It makes a very nice histogram. However, I would still want it oriented left to right, not vertically as in the example. The price should match the bin values, not the bin heights. I think this means I am left with the same problem, trying to synchronize the x-axis of the NRangeSeries with the y-axis of the NStockSeries. Is there something else I can try?
I would still be interested in seeing how the axis ranges are expanded from the set values. For instance, if I set an NRangeAxisView to (2, 8), will the axis always be set to (0, 10). In my screenshot above, for the same values passed to NRangeAxisView, I would like the y-axis of the price and the x-axis of the L2 both expanded to the same values (4280, 4305).
Thank you for the help, Brian Warren