博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Silverlight图表开源项目-OxyPlot
阅读量:4620 次
发布时间:2019-06-09

本文共 1687 字,大约阅读时间需要 5 分钟。

Silverlight图表开源项目-OxyPlot

时间:2012-05-13 20:49
来源:银光中国网
作者:银光中国网
点击:216次
Silverlight图表开源项目-OxyPlot,该项目是一款适用于多平台的图 表生成项目,项目提供WinForm,Silverlight, WPF, Android等平台支持。 在线演示 源代码下载 最新编译文件下载 值得学习的开源项目。该项目支持多种Plot显示方式: Features Cartesian and polar coordinat

  

 

Silverlight图表开源项目-OxyPlot,该项目是一款适用于多平台的图表生成项目,项目提供WinForm,Silverlight, WPF, Android等平台支持。

值得学习的开源项目。该项目支持多种Plot显示方式:

Features

 Cartesian and polar coordinate systems
 Series LineSeries
 TwoColorLineSeries
 ScatterSeries
 AreaSeries
 ContourSeries
 BoxPlotSeries (submitted by benjaminrupp)
 StemSeries
 StairStepSeries
 HighLowSeries
 CandleStickSeries
 BarSeries
 ColumnSeries
 ErrorColumnSeries
 IntervalBarSeries
 RectangleBarSeries
 TornadoBarSeries
 PieSeries

 Axis types Linear

 Logarithmic
 DateTime
 TimeSpan
 Category

 Annotations Lines

 Controls WPF (supports XAML databinding)

 Silverlight
 Windows Forms
 Metro (alpha)

 Output SVG

 PDF (depends on PDFsharp / SilverPdf)
 PNG
 XPS
 XAML

 Easy to add support for other output devices (just implement simple methods like DrawPolyline, DrawPolygon, DrawEllipse and DrawText)

 Easy to extend with custom Series or Axis types
 High performance (supports large datasets, only draws data that is visible)
 'Scientific' style (as plots from Mathematica/Matlab)
 Mathematical notation of exponents (superscript and subscript, but this currently only works for horizontal text)
 Spline interpolation
 Pan/zoom (use middle and right mouse button or the mouse wheel, double-click to reset)
 "Tracker" function - showing values when you push down the left mouse button on a curve
 A simple report generator is included (output to pdf, rtf, html5, docx and LaTeX)

转载于:https://www.cnblogs.com/hdxhan/archive/2012/05/14/2500511.html

你可能感兴趣的文章
Arduino可穿戴开发入门教程Arduino开发环境介绍
查看>>
Windows平台flex+gcc词法分析实验工具包
查看>>
3.Python基础 序列sequence
查看>>
Chapter 4 Syntax Analysis
查看>>
vi/vim使用
查看>>
讨论Spring整合Mybatis时一级缓存失效得问题
查看>>
Maven私服配置Setting和Pom文件
查看>>
Linux搭建Nexus3.X构建maven私服
查看>>
Notepad++使用NppFTP插件编辑linux上的文件
查看>>
NPOI 操作Excel
查看>>
MySql【Error笔记】
查看>>
vue入门
查看>>
JS线程Web worker
查看>>
Flex的动画效果与变换!(三)(完)
查看>>
mysql常见错误码
查看>>
Openresty 与 Tengine
查看>>
使用XV-11激光雷达做hector_slam
查看>>
布局技巧4:使用ViewStub
查看>>
ddt Ui 案例2
查看>>
你还在为使用P/Invoke时,写不出win32 api对应的C#声明而犯愁吗?
查看>>