private void PBox_GraphDetails_Paint(object sender, PaintEventArgs e) { disp_mod_?.DrawGraph( new DisplayParam( e.Graphics, PBox_GraphDetails.ClientRectangle, (uint)TBar_GraphOffset.Value, (uint)(TBar_GraphOffset.Value + prop_.DisplayPoint.Value), prop_.AxisY_ValueMin.Value, prop_.AxisY_ValueMax.Value), layer_params_); UpdateDisplayComplete(); }