visifire 很NB的一套开源图表 不多介绍 详询google

3.0以下版本可以直接继承Chart类 override 加水印的函数就可以,

3.0以上版本需要自己编译源代码

这个水印函数藏得有点深 在visifireControl.cs里

  protected virtual void LoadWm()

        {         

          //  CreateWmElement(new String((from ch in wmRegVal select Convert.ToChar(ch)).ToArray()), new String((from ch in wmLinkVal select Convert.ToChar(ch)).ToArray()));

        }

把CreateWmElement注释掉clean一下再重新编译就好~

不过还是要尊重他人劳动成果,开源或者购买一套吧~

visifire源代码下载地址:http://code.google.com/p/visifire/downloads/list

相关文章:

  • 2021-04-30
  • 2021-03-30
  • 2021-08-04
  • 2021-05-23
  • 2022-02-16
  • 2021-12-23
  • 2021-11-01
  • 2022-12-23
猜你喜欢
  • 2021-12-07
  • 2021-05-28
  • 2021-12-18
  • 2021-12-18
  • 2021-04-28
相关资源
相似解决方案