This question is locked. New answers and comments are not allowed.
Greetings,
I would like to programmatically reset the zoom level (undo all zooming) on a RadCartesianChart. What is the recommended way to handle that?
I have tried
radChartView.Zoom = new Size(1,1);
as well as
radChartView.Zoom = Size.Empty;
And both result in incorrect / awkward behavior.
Thanks,
Shaun
I would like to programmatically reset the zoom level (undo all zooming) on a RadCartesianChart. What is the recommended way to handle that?
I have tried
radChartView.Zoom = new Size(1,1);
as well as
radChartView.Zoom = Size.Empty;
And both result in incorrect / awkward behavior.
Thanks,
Shaun