中国最专业的商业控件服务网
[
请登录
] [
注册
]
慧都解决方案
热门搜索:
XGantt
|
DevExpress
|
WebUI
|
BCGControlBar
|
工作流
|
silverlight 图表
|
报表
搜索控件
购买流程
销售承诺
支付方式
慧都服务
首页
找控件
控件问答
资讯
咨询服务
培训
视频教程
关于慧都
电话:400-700-1020(免费)或023-66090381
慧都咨询服务,助你提升开发效率,降低成本
真实姓名:
方便我们称呼您,我公司将承诺对于您的个人信息将完全保密
*
公司名称:
请填写公司全称,以便我们为您提供一对一的贴心咨询服务
QQ:
请填写常用的QQ,以便我们为您提供即时的线上答疑
MSN:
请填写常用的MSN,以便我们为您提供即时的线上答疑
*
电话:
以便我们为您提供免费售前咨询服务
通讯住址:
方便给您免费投递控件资料
提交
product
您可能会用到这些产品
开发商产品
更多
Iocomp .NET WinForm
Iocomp ActiveX/VCL
Iocomp .Net CF
用户评论
慧都网友:
产品功能强大,实现各种图表的显示效果其他同类产品无可媲美!
Relay:
这个控件做过一些项目,Plot控件用于工业上绘制实时曲线还是非常好的,但是还是有一定的BU...
版本更新
更多
Iocomp .NET WinForm v4.0 SP1
(10-04-08)
...v4.0
(09-02-17)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
Iocomp公司产品即将提价 欲购从速!
同类产品
Essential Studio User Interface Edition
MindFusion.WinForms Pack
Essential Studio Business Intelligence Edition
Iocomp .Net CF
Iocomp ActiveX/VCL
MindFusion.Silverlight Pack
上一个
Iocomp .Net CF
下一个
Iocomp ActiveX/VCL
Iocomp .NET WinForm
[产品编号: 11488 ]
收藏
订阅
当前版本:
v4 SP1
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
Iocomp
正式授权
产品类型:独立控件
产品功能:
仪表
控件类型:
.NET
其他特性:
Windows Form
产品源码:源码可选
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论(2)
Iocomp .NET WinForm v4.0 SP1
(最新版)
(10-04-08)
v4.0
Iocomp .NET WinForm v4.0 SP1
(10-04-08)
...v4.0
(09-02-17)
Iocomp .NET WinForm 版本更新 v4.0 SP1
(更新日期:4/8/2010)
New Features:
Added MasterUISlave property to the Plot Axis objects.
Modified property editor value Edit boxes to squash all exceptions due to invalid inputs. After the exception is squashed, the Edit box will return to the previous valid value. This was done due to eliminate developer confusion over how to handle application exceptions. Most developers where not handling the exception. This resulted in an unhandled exception dialog being displayed to the end-user, and many end-users would click the wrong button, causing the application to terminate.
Added new XValueTextDateTimeFormat property to the Plot control. This property allows you to specify if x-value is formatted in Double or DateTime format when saving or copying data to the clipboard. When setting this property to DateTime, the x-axis text formatting style property must also be set to DateTime or DateTimeUTC.
Added new GetXText method to all plot channels. This method is in support of the XValueTextDateTimeFormat property mentioned previously.
Upgraded Plot Differential channel drawing routines to support null data-points.
Added horizontal scrolling to all Iocomp property editor listbox controls. The horizontal scrollbar only appears when the width of an item exceeds the width of the display area.
Added logic to the design-time property editor to auto-increment the OPCGroup object's Name property when a new one is added.
Changed the default value for the OPCItem's Name property to be "Item???". This is to help remind the developer to set the value.
Upgraded the MatrixButton control to support buttons with a momentary style. The MatrixButtonStyle enumeration has a new value called MomentaryButton. Use the Style property on the MatrixButton class to specify its type. The MatrixButton class also has a new property called Value, which is of type ValueBoolean. When the button's Style is set to MomentaryButton, and the mouse left button is depressed over the MatrixButton, the MatrixButton Value property will changed to True. When the mouse is released, the Value property will return to False. When connecting an OPC-Link to the MatrixButton, be sure to specify the Value.AsBoolean sub-property (Example, the OPC-Link PropertyName setting would be "Buttons(1).Value.AsBoolean". The "Buttons(1)" portion specifies the second button in the Button collection (Zero Based Index), and use "Value.AsBoolean" as the property on the button class).
Added Cubic-Spline, Polynomial, and Rational channel types to the Plot control.
Bug Fixes:
Fixed AutoSize property default and streaming issue in VS2005 and above. Due to conflict with new virtual AutoSize property added by Microsoft. Started with the VS2005/2.0 framework.
Fixed the Plot control's Channel type data-cursor interpolation issue when working with the Differential channel type. The data-cursor would perform linear interpolation between data-points. It now shows the horizontal differential value.
Fixed MatrixButtons and MatrixLeds design-time property editor item scrambling issue. Would result in the settings between elements to be shifted or dropped.
Fixed Plot control Text Annotation offset drawing occur. Would only occur when the Rotation property was set to a non-zero value.
Fixed OPC design-time property editor scrollbar issue. When the Control-Name or Property listbox needed to show a scrollbar, the bottom portion would by partially clipped.
Fixed Plot Toolbar control Enabled property issue. If the Command property where set to None, the button would initialize Enabled property to False, regardless of its setting at design-time. Before this fix, the only workaround was to set the Enabled property of the button to True through code at run-time.
Updated design-time transparency update issue on the Knob, GaugeAngular, GaugeLinear, SlidingScale, SlidingCompass, and Led controls. At run-time, the controls would correctly draw themselves and show their background transparently.
Fixed Iocomp property-editor cut/copy/paste/undo problem. Would result in the listed keyboard commands being ignored. Only occurred on edit box controls which were configured to edit integer and double data types. For string data types, the cut/copy/paste/undo feature would work correctly.
Fixed axes Color property streaming bug. This property would never stream. (Note: All defaulted Iocomp properties will not stream, and this is the normal behavior. All property saving is differential, and this is for performance reasons.)
Fixed OPC-Data control link updating bug. This bug would only occur when the link was made to a control which was a child of a container control. All controls directly added to a form (The form was the container control) were not affected.
Fixed OPC design-time property editor bug which effected the DataType property combo-box edit control. When selecting items further down in the list, the returned value would not match the actual item index and setting would shift one or more values. This bug did not effect settings to the DataType property made through code.
Fixed drawing error on the PlotChannelBiFill class. Would result in sloped lines being drawn above or below of the bi-fill Reference setting. For example, if red was to be drawn above the reference, and blue below the reference, the red would bleed over the reference line, and a portion would appear as a sloped fill in the blue area.
Fixed OPC-Data control property editor bug. Occurred when trying to set the OPCItem.DataType property. Starting with the VT_DECIMAL enumeration setting, the pull-down combo-box values would start to diverge after making a change to VT_DECIMAL, or further down in the list.