• <menu id="w2i4a"></menu>
  • 首頁(yè) > 慧問(wèn) > 頻道

    如何禁止用戶刪除或編輯StimulReports.Net報(bào)表的數(shù)據(jù)源?[Stimulsoft Reports Designer.Silverlight]

    發(fā)表于2019-05-10 回復(fù):0 查看:1931  |  
    如何禁止用戶刪除或編輯StimulReports.Net報(bào)表的數(shù)據(jù)源?
    1個(gè)回答
    • 1970-01-01 08:00
      TeeChart提供了一個(gè)很強(qiáng)大的動(dòng)畫(huà)工具供用戶使用,如果你是想要讓數(shù)據(jù)每隔一段時(shí)間出來(lái)一點(diǎn),產(chǎn)生一個(gè)動(dòng)畫(huà)的效果,可以參照以下代碼:
       Steema.TeeChart.Tools.SeriesAnimation animation_tool = new Steema.TeeChart.Tools.SeriesAnimation(tChart1.Chart);
      
                  // 設(shè)置不從序列的最小值開(kāi)始動(dòng)畫(huà)
                  animation_tool.StartAtMin = true;
      
                  // 設(shè)置動(dòng)畫(huà)起始值
                  animation_tool.StartValue = tChart1.Axes.Left.Maximum;
      
                  // 設(shè)置動(dòng)畫(huà)的刷新頻率
                  animation_tool.Steps = 15;
      
                  // 設(shè)置動(dòng)畫(huà)每次繪制的點(diǎn)個(gè)數(shù)
                  animation_tool.DrawEvery = 1;
      
                  // 將序列和動(dòng)畫(huà)工具綁定
                  animation_tool.Series = tChart1.Series[0];
      
                  animation_tool.Execute();
      
      1
      回復(fù) 舉報(bào)
    回復(fù)

    登錄 慧都網(wǎng)發(fā)表評(píng)論

    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();