如何在wpf telerik中将RadCartesianchart的滚动条位置设置为右侧

时间:2015-02-04 11:22:46

标签: wpf telerik

我有一张RadCartesianchart。我放大了它,我希望它的位置在X轴的极右侧。

Here I have zoomed the chart and I want to set the position of scroll bar to the extreme right

1 个答案:

答案 0 :(得分:1)

我们可以通过设置

来实现
radchart.HorizontalZoomRangeStart = somevalue;
radchart.HorizontalZoomRangeEnd = somevalue;

For e.g.
radchart.HorizontalZoomRangeStart = .9;
radchart.HorizontalZoomRangeEnd = 1;