Arction功能强大的.NET图表控件图表示例

LightningChart.Net是一款功能强大的.NET图表控件,支持WPF, UWP和Windows Forms;包括各种2D图,高级3D图,Polar图,Smith图,3D饼图/圆环图,地理地图,声波图/光波图和应用于G.I.S,科学,工程,医学,航空航天,贸易,能源和其他领域的图表

xy-charts

XY图表
系列类型:抽样数据(离散数据)、点线、任意形式的点线、面积、高低、多边形、股票系列(蜡烛图)、条、带、恒定线、强度网格和强度网
强度系列能够渲染多边形内部、地图区域或其他选定模板内部
实时监视滚动模式:滚动、扫描、步进、以触发不同的示波器风格
热点图(Heatmap)带有轮廓线,线框,轮廓标
持续渲染层、多图例和轴刻度分隔

trader-charts

Trader图表
易上手,易集成的金融交易图表。它包含基本的技术指标和绘图工具, 是制作用于交易和技术分析的应用程序的最简单方法。
从Web服务器获取数据,或通过代码提供数据,或从CSV文件读取数据
按名称或符号搜索股票
多个颜色主题
图表类型选择:山型图,直线图,K线图,柱状图
技术指标包含SMA,EMA,WMA,布林带,RSI,MACD
绘图工具包含趋势线,线性回归通道,斐波那契回撤,斐波那契弧,斐波那契扇形

Arction LightningChart for .NET v12.0.1.1 is a high - performance charting library designed for .NET developers. ### Function Introduction - **High - Performance Rendering**: It can handle large - scale data sets efficiently, providing smooth and real - time data visualization. For example, in financial applications, it can display high - frequency trading data without lag. - **Multiple Chart Types**: Supports a wide variety of chart types such as line charts, bar charts, scatter plots, and 3D charts. This allows developers to choose the most appropriate chart type according to different data characteristics and application scenarios. - **Customization**: Developers can customize the appearance of charts, including colors, fonts, and line styles. They can also add custom labels, annotations, and legends to enhance the readability of the charts. - **Interactive Features**: Offers interactive features like zooming, panning, and tooltips. These features enable users to explore data in more detail and gain deeper insights. ### Download The official website of Arction is the primary source for downloading LightningChart for .NET v12.0.1.1. Usually, developers need to register an account on the official website. After registration, they can find the corresponding version in the download section. Sometimes, a trial version is also available for users to evaluate the software before purchasing. ### Usage Guide 1. **Installation**: After downloading the installation package, run the installer and follow the prompts to complete the installation on the local development environment. 2. **Project Integration**: In a .NET project (such as a Visual Studio project), add a reference to the LightningChart library. This can be done by right - clicking on the project in the solution explorer, selecting "Add Reference", and then browsing to the installed library files. 3. **Code Implementation**: ```csharp using Arction.Wpf.Charting; using System.Windows; namespace LightningChartExample { public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); // Create a new LightningChart object LightningChartUltimate chart = new LightningChartUltimate(); // Add the chart to the window this.Content = chart; // Create a new line series SeriesXY lineSeries = chart.ViewXY.Series.AddSeriesXY(); // Add data points to the line series lineSeries.Points.Add(new System.Windows.Point(1, 2)); lineSeries.Points.Add(new System.Windows.Point(2, 4)); lineSeries.Points.Add(new System.Windows.Point(3, 6)); // Refresh the chart to display the data chart.Invalidate(); } } } ``` 4. **Testing and Debugging**: Run the project to test whether the chart is displayed correctly. If there are any issues, use the debugging tools in the development environment to find and fix the problems.
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值