Hi,
Currently I have a candlestick chart as a usercontrol imbedded in a dock control. everytime I resize my min window, the chart resizes as well, causing it to become more and more compressed.
Instead, I would much prefer if my chart does not automatically resize with the main window, but instead, is clipped. In this case, the user would have to use the scroll bar to view the clipped part of the chart.
Can anyone suggest a way that this may be done, or point me in the direction of a WPF example?
Thanks in advance.
Currently I have a candlestick chart as a usercontrol imbedded in a dock control. everytime I resize my min window, the chart resizes as well, causing it to become more and more compressed.
Instead, I would much prefer if my chart does not automatically resize with the main window, but instead, is clipped. In this case, the user would have to use the scroll bar to view the clipped part of the chart.
Can anyone suggest a way that this may be done, or point me in the direction of a WPF example?
Thanks in advance.