C1Schedule:开发安排日程用的应用程序

本文讲述如何使用C1Schedule控件,简单的开发安排日程用的应用程序,呈现微软Outlook 风格和用户体验的日程表。这个日程安排的解决方案配备了五个内置视图,还有定期约会等功能。具体步骤如下:1.拖拽工具箱中的控件到窗体2.弹出内置约会管理对话框3.设置C1Schedule五个内置视图4.设置C1Calendar和C1Schedule同步最后Demo的效果如下所示:<p><a href="http://www.grapecity.com.cn/image.ashx?picture=schedule-appointment.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="schedule-appointment" src="http://www.grapecity.com.cn/image.ashx?picture=schedule-appointment_thumb.png" alt="schedule-appointment" width="499" height="403" border="0" /></a></p>

C1Report:使用NorthWind数据库展示数据

C1Report支持各种数据源类型,包括XML、Access、SQL Server、Oracle等等。此外,对于Visual Studio .NET 数据对象,只要实现了IList,IList以及IEnumerable接口,C1Reports都提供支持。本文演示C1Report绑定其中一种数据源,NorthWind数据库展示常见的报表,以及打印报表。效果如图所示:<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fC1Report-view.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fC1Report-view.png" alt="" width="775" height="498"/></a></p>

C1Chart用PlotElementLoaded事件实现柱子宽度自定义

《<a href="http://blog.gcpowertools.com.cn/post/2013/10/13/StudioforWPF_C1WPFChart_SymbolStyle.aspx">Studio for WPF:定制 C1WPFChart 标记</a>》详细说明了用<a href="http://helpcentral.componentone.com/nethelp/c1wpfchart/#!XMLDocuments/WPFChartRef/html/E_C1_WPF_C1Chart_DataSeries_PlotElementLoaded.htm">PlotElementLoaded</a>事件进行label设置,借用其思想,本文<a href="http://helpcentral.componentone.com/nethelp/c1wpfchart/#!XMLDocuments/WPFChartRef/html/E_C1_WPF_C1Chart_DataSeries_PlotElementLoaded.htm">PlotElementLoaded</a>进行C1Chart柱子宽度设置。<a href="http://www.grapecity.com.cn/image.ashx?picture=C1Chart_plot.gif"><img title="C1Chart_plot" style="border-top: 0px; border-right: 0px; border-bottom: 0px; border-left: 0px; display: inline" border="0" alt="C1Chart_plot" src="http://www.grapecity.com.cn/image.ashx?picture=C1Chart_plot.gif" width="447" height="273" /></a>

Studio for ASP.NET Wijmo: 导出 C1GridView 到 Excel 文件

C1GridView 表格控件用于在前台展示数据,最近有用户提出把 C1GridView 导出到 Excel 文件的需求,考虑到还会有其他用户有此需求,所以分享给大家浏览,希望能对广大用户有所帮助。C1GridView 本身不支持导出到 Excel 文件,在本篇文章中将分别介绍如何通过自定义方法把 C1GridView以 Excel 形式导出到客户端和服务器端。

使用C1TrueDBGrid表格控件创建子表格

使用ComponentOne True DBGrid® for WinForms,可以快速创建数据绑定的表格应用程序。它所包含的控件C1TrueDBGrid是一个全功能的表格控件,它具备许多跨越数据访问、数据显示和用户界面的先进功能。本文介绍如何用C1TrueDBGrid创建子表格,显示用户需求的数据和界面。<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2ftruedbgrid_childgrids.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2ftruedbgrid_childgrids.png" alt="" width="600" /></a></p>

C1Chart:行业数据分析(上)

ComponentOne Chart for WinForms包含80多种2D和3D图表类型,无需代码的图表设计器,灵活的可定制的图表元素,最佳的视觉效果,可与最终用户的交互, 优秀的鼠标跟踪能力等。使用ComponentOne Chart for WinForms可以提升数据分析系统。本文从行业数据分析角度介绍C1Chart的图表,包含金融图表、数理统计、等高线和等高区域。金融图表C1Chart金融图表的效果图如下所示:<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fchart-financial.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fchart-financial.png" alt="" width="493" height="348" /></a></p>

创建C1Chart图表实现交互能力

C1Chart集成了丰富的可交互性。可以让最终用户直接在触摸设备上使用C1Chart。通过设置绘制元素的样式,可以让用户通过鼠标点击或者悬停时高亮需要的值,如最大值、最小值等。对于大数据量或者实时数据,往往需要的是一个图表窗口,添加不断更新的数据,通过滚动或者缩放获取部分或者某一时段的信息走势。对于3D图表,C1Chart3D支持鼠标拖拽,只要使用鼠标就可以完成X、Y、Z三轴任意方向的旋转,满足最终用户的交互需求。本文讲述了如何创建C1Chart图表,以及其强大的交互能力(缩放,反向,X轴翻转,刻度)。<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fchart-interaction.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fchart-interaction.png" alt="" width="497" height="352"/></a></p>

C1Chart:行业数据分析(下)

在上篇文章中我们讲述了C1Chart的图表,包括金融图表和数据统计。本文下半部分就主要来讲行业数据分析中的等高线和等高区域。ComponentOne Chart for WinForms包含80多种2D和3D图表类型,无需代码的图表设计器,灵活的可定制的图表元素,最佳的视觉效果,可与最终用户的交互, 优秀的鼠标跟踪能力等。使用ComponentOne Chart for WinForms可以提升数据分析系统。等高线和等高区域<p><a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fSurface.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fSurface.png" alt="" width="596" height="437"/></a></p>

编码解决饼图(Pie)的标签重叠问题

最近在论坛处理问题中,遇到有用户反馈PointLabelTemplate添加的饼图(pie)的标签,如果数据堆积,则会导致重叠覆盖。

C1FlexGrid强大的交互体验:行、列、单元格的自如定制

使用ComponentOne WinForms 表格控件FlexGrid,将诸多定制能力内嵌在产品中,让应用系统自如交互。比如调整列宽、调整行高、自适应匹配最佳列宽、自适应匹配最佳行高、通过下拉窗口选择单元格的数据、通过可视化日期控件或计算器控件指定单元格的值。本篇博客将讲述如何设置FlexGrid单元格类型,FlexGrid支持复选框,下拉列表,按钮,掩码,日历以及自定义单元格类型。以及自由定制行、列、单元格。<a onclick="return imageZoom(this);" href="/image.ashx?picture=2014%2f5%2fc1-win-flexgrid-celltype.png" target="_blank"><img src="/image.ashx?picture=2014%2f5%2fc1-win-flexgrid-celltype.png" alt="" width="480" height="350" />