This question is locked. New answers and comments are not allowed.
Hello,
We are trying to set the Chart.PanOffset X value to -23356, but when debugging, we are reading -19475.
Chart.BeginUpdate();
Chart.Zoom = new RadSize(zoomX, zoomY);
Chart.PanOffset = new RadPoint(-panX, -panY);
Chart.EndUpdate();
Does anyone know if the PanOffset has a min/max value?
Thanks!