今天建立第一个实例试试
参考此处
http://www.haogongju.net/art/809569
知道序列号可以写在文件中
然后,到 http://helpdotnetvision.nevron.com/
的
About Nevron .NET Vision
Chart for .NET
About Nevron Chart for .NET
Getting Started
Integrating in Windows Forms
Overview
Integrating in Windows Forms
NChartCommandBarsManager
NChartGridControl
Integrating in Web Forms
Integrating ThinWeb Chart
User's Guide
Diagram for .NET
User Interface for .NET
Framework
这里面,抄一个例子
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Nevron;
using Nevron.Chart;
using Nevron.Chart.WinForm;
using Nevron.GraphicsCore;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
NLicense license = new NLicense("******************");//序列号
NLicenseManager.Instance.SetLicense(license);
NLicenseManager.Instance.LockLicense = true;
//Application.EnableVisualStyles();
////Application.SetCompatibleTextRenderingDefault(false);
//Application.Run(new Form1());
}
private void button1_Click(object sender, EventArgs e)
{
nChartControl1.Controller.Tools.Add(new NSelectorTool());
nChartControl1.Controller.Tools.Add(new NTrackballTool());
NPieChart chart = new NPieChart();
nChartControl1.Charts.Clear();
nChartControl1.Charts.Add(chart);
chart.Enable3D = true;
chart.Width = 70;
chart.Depth = 10;
chart.Projection.SetPredefinedProjection(PredefinedProjection.PerspectiveElevated);
chart.LightModel.SetPredefinedLightModel(PredefinedLightModel.ShinyCameraLight);
NPieSeries pie = (NPieSeries)chart.Series.Add(SeriesType.Pie);
pie.PieStyle = PieStyle.SmoothEdgePie;
pie.LabelMode = PieLabelMode.SpiderNoOverlap;
pie.AddDataPoint(new NDataPoint(12, "Cars"));
pie.AddDataPoint(new NDataPoint(42, "Trains"));
pie.AddDataPoint(new NDataPoint(56, "Airplanes"));
pie.AddDataPoint(new NDataPoint(23, "Buses"));
pie.AddDataPoint(new NDataPoint(32, "Bikes"));
pie.AddDataPoint(new NDataPoint(29, "Boats"));
NStyleSheet styleSheet = NStyleSheet.CreatePredefinedStyleSheet(PredefinedStyleSheet.NevronMultiColor);
styleSheet.Apply(nChartControl1.Document);
nChartControl1.Refresh();
}
}
}
可以看到下图
- 大小: 91.7 KB
分享到:
相关推荐
Nevron .NET Vision是一套用于创建独特而强大数据表述应用程序的控件套装,拥有激动人心的数据可视化性能。...Nevron .NET Vision包含中包含三个不同的控件产品,帮助您创建杰出的Winforms及ASP.NET数据表述应用程序。
好不容易找到.Nevron .NET Vision 2012.1 for VS2010到处可以下,License Keys 经实验有效,附赠debugbar 7.0.2 key(经常下载没分.所以上传一个资源)
Nevron.net vision Enterprise 2008 key
Nevron Writer For Mac_v2016.1是一款现代的文本处理器,可以为多种文本格式提供快速和强大的文本处理,主要的设计目标是为您提供一个直观和全面的文本模型,它非常类似于HTML,但具有特定于与打印媒体相关的文本...
Gauge for SQL Server Reporting Services (SSRS) 2005/2008 是一个高级的报表项目,它能为您的报表提供一整套仪表类型,高度可自定义的坐标轴,严密的数据集成和无与伦比的视觉效果。其优美的可视化设计器,详尽和...
Nevron.NET.Vision.Enterprise.2007
Nevron.NET.Vision.Enterprise.2007.v7.11.Q3.For.VS2005 keygen
Nevron.NET.Vision.Enterprise.2007.v7.2.Q1.For.VS2005.Incl.Keygen-NGEN.part2
当前版本: v2015.1 Gauge for SharePoint是一款高级的用于Web的产品。它提供了一套完整的,通过数字枢纽集合控制的径向和线性仪表、数字显示器及状态显示器。通过这款产品,您可以在SharePoint环境中根据您的数据...
#### 第1篇 C++程序设计语言入门 **1.1 C++和C#、Java的区别** - **面向对象还是面向过程** - **C++**:支持面向对象编程同时也支持面向过程编程,这取决于程序员如何组织代码。 - **C#与Java**:这两种语言主要...
AlphaCentauri是一个完全免费的办公应用程序,其各种实用程序类似于在Windows上商业发行的实用程序。 与商用产品相比,功能仍然十分有限,但是不久将添加更多功能。 请注意,更新v1.1.0具有全功能程序,但是您会看到...
- 创建一个新的项目,尝试使用Rave组件创建一个简单的报表。 - 如果一切正常,你应该能够在设计界面看到Rave提供的各种报表设计选项。 #### 五、注意事项 1. **备份**:在进行任何系统级别的更改之前,请确保备份...
** IMPORTANT - Please uninstall Rave 12.0.0 (beta 1) before installing Rave 12.0.0 (beta 2) ** There have been some significant changes in the directory structure for Rave to simplify 32 and 64 bit ...