silverlight寻奇 - Graphite

Graphite是一个能自动布局的图表控件。

目前它已经有了silverlight 2 和 wpf的版本。观看demo时按下“Ctrl”键再做点击操作。

原文地址:http://www.orbifold.net/default/?page_id=1270

Features common to both versions

  • Styling: nodes can be styled or templated in the host application
  • Events: various events in the API allows you to react to user triggered events (node click, node added, edge removed and so on)
  • Easy API: you can easily manipulate the diagram through the API (like AddNode, DeleteEdge, ChildrenNodes and so on)
  • Interactive: the layout is also active when nodes are being dragged on the canvas
  • Documented: the API is well documented and compiled help is available
  • It is designed as a leightweight control (around 300 lines of code)

Silverlight version

Graphite for Silverlightallows you to embed interactive diagrams in any web page (HTML, PHP, ASP.Net…) and to manipulate data in a diagram without having to worry about the layout. See the inital release text or click on the thumbnails below to see a few examples (you will need the Silverlight 2 plugin):

Features specific to Silverlight:

  • based on Silverlight 2.0
  • Can be edited in Microsoft Expression Blend and Visual Studio 2008
  • Can access data through WCF and webservices
  • Can interact with JavaScript and Ajax

You can download the sample Vistual Studio project and see for yourself. Note that you’ll need Silverlight 2 and the SDK to edit things in VS2008 or Expression Blend.

WPF version

The WPF version of Graphite has the same features as the Silverlight version plus extra’s which cannot be made available in Silverlight due to security and framework restrictions, see the initial release text.

You can download this starry sky of science demo.

Features specific to the WPF version:

  • XML enabled: you can easily load XML into the control and save it back after editing the nodes and the edges
  • Rich templating and styling support
  • Better animation support
  • The full .Net 3.5 framework; none of the lightweight contraints of the Silverlight browser version and the full capacity of .Net at your disposal

 

时间: 2024-09-21 12:40:49

silverlight寻奇 - Graphite的相关文章

silverlight寻奇

Silverlight3D   Photosynth in Silverlight!

Silverlight网络寻奇 at 090413

Silverlight网络寻奇 at 090413   Silverlight测试驱动开源项目 http://code.google.com/p/moq/   很cool的Silverlight效果 http://www.pixelplastic.de/CategoryView,category,silverlight.aspx   弹出窗口 http://www.codeproject.com/KB/silverlight/silverlight_windowedmodal.aspx html

Silverlight网络寻奇 at 090417

Silverlight获取Ie外观的颜色 Silverlight 3 now supports operating system colors. This means, that now Silverlight 3 applications could be adopted for users who use high-contrast color schemes. Silverlight改变Ie外观(犯了大错误了,谢谢傻样精英的指正) http://blogs.microsoft.co.il/

Silverlight网络寻奇 at 090407

把.net程序集转化为Silverlight专用程序集的工具 http://biofractal.blogspot.com/2009/03/convert-dotnet-assemblies-to.html 一个专门为Silverlight RiaService制作数据层的东东 http://biofractal.blogspot.com/2009/03/domain-driven-db4o-silverlight-3-ria.html Silverlight 3 中 Pixel Effect详

Silverlight网络寻奇 at 090428

都是Silverlight做的游戏 http://www.silverarcade.com/Games   Introducing Html Utilities for Silverlight (辅助操作html) http://houseofbilz.com/archive/2009/04/26/introducing-html-utilities-for-silverlight.aspx http://htmlpageutil.codeplex.com/   双击事件 http://silv

知识分子不像知识分子的时候商人也一定不像商人

口述/杜晓东 北京华源方达文化发展有限公司总经理 执笔/本刊记者 王晶 人在缺乏安全感的时候才想拼命抓住一些东西 作为一个个体,很难知道其他人是不是有安全感,但就我来说,经营一个企业,一定会遇到很多问题和困难,但这并不一定和安全感有直接的关系.中国企业目前比以往有了很大的进步,但是整体的社会环境仍需要不断完善,比如商业环境,包括税收.企业管理体制等.现在许多的企业拼命跟随着国家政策和产业主导方向变化和调整,特别是对于成长中的企业,在这种环境下,无法有效保持一种良性的自我循环体制.同时,中国企业的

奇虎360如何从夹缝中崛起

几乎是在一夜间,360就悄无声息的崛起了.360的"屌丝逆袭"的行径令外界刮目相看,但纷乱的舆论下,360也不禁成为人们眼中的问号.究竟是什么令它能在夹缝中得以生存,不断获得市场份额?我想答案归为六个字,不按常理出牌.360常被比作是鲶鱼,不断挑战行业巨头的既得利益.而它的老大周鸿祎也常以"屌丝"形象出现,有话必说.睚眦必报的个性,让他被冠以"红衣大炮"的别号. 2013年9月17日下午5点刚过,腾讯和搜狐联合宣布,腾讯向搜狗注资4.48亿美元,

Silverlight中操作Xml

原文http://www.cnblogs.com/ListenFly/archive/2011/10/17/2206719.html 在Silverlight中操作Xml有三种方式,分别是使用XmlReader(XmlWriter),Linq to xml  ,XmlSerializer(进行Xml的序列化). 下面列出微软.net类库提供的读写xml文件个类及其特点: 类名称 优点 缺点 XmlReader 快速.高效.可扩展 只读,只向前,需要人工验证 XmlDocument 可往返.可读写

Silverlight中服务通信方式的选择(WCF、Data Service、Ria Service)

转自 http://www.cnblogs.com/024hi/archive/2011/06/23/2088295.html WCF Service(WebService) Web Services是经实践考验证明的跨防火墙的通信方式,它很稳定且被广泛认可.总的来说你需要为分散的CRUD操作指定相应的接口并在Silverlight中忠实的调用他们 使用的原因:需要进行类似直接通过服务进行数据库交互操作的项目(弱化业务逻辑部分). 避免使用的原因:必须始终自己监视数据的变化并调用相应的服务方法进