by Iocomp Software - 상품타입: Component / .NET Class / 100% Managed Code
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Real-time plotting display for .NET applications. Iocomp .Net WinForms Plot Pack provides power, flexibility and a user friendly editor to complete all your plotting requirements. You can zoom and scroll even while plotting data. Other features include: unlimited X&Y axes, unlimited annotations, unlimited limits, unlimited channels, unlimited labels, curve fitting, cartesian axes, visual layout manager, EMF, BMP, JPG, and TXT file export, stackable axes, multiple dataViews, scrolling scales, high/low, candlestick, bar, fill, symbol marker, graphic marker, trace line, interpolated trace and many more data representations available. You can mix and match on the same channel at the same time and custom property editors are included.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 931,600 | 1 Developer License | 다운로드 (14.6 MB) | |
| 주문 | ₩ 313,400 | 1 Additional Developer License | 확인 | 다운로드 (14.6 MB) |
| 주문 | ₩ 5,182,800 | 1 Site/OEM License | 다운로드 (14.6 MB) | |
| 주문 | ₩ 476,100 | 1 Developer License - Upgrade from Plot Pack ActiveX/VCL | 확인 | 다운로드 (14.6 MB) |
| 주문 | ₩ 2,590,900 | 1 Site/OEM License - Upgrade from Plot Pack ActiveX/VCL | 확인 | 다운로드 (14.6 MB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
Plot Pack Components
iPlot is a real-time plotting component that supports data with a continuously incrementing x-value. For plotting data that does not have a continuously incrementing x-value, use the iXYPlot component. Both components support the following main features
To access a specific channel, use the Channel property. To add or remove a channel at run-time, use the AddChannel, DeleteChannel, and RemoveAllChannel methods. For design-time changes, use the built-in property editor.
To access a specific annotation, use the Annotation property. To add or remove an annotation at runtime, use the AddAnnotation, DeleteAnnotation, and RemoveAllAnnotation methods. Annotations can not be added at design-time.
To access a specific x-axis, use the XAxis property. To add or remove a x-axis, use the AddXAxis, DeleteXAxis, and RemoveAllXAxes methods. For design-time changes, use the built-in property editor.
To access a specific y-axis, use the YAxis property. To add or remove a y-axis, use the AddYAxis, DeleteYAxis, and RemoveAllYAxes methods. For design-time changes, use the built-in property editor.
To access the data view, use the DataView property with an index of zero. The interfaces allow for more than one data view but is currently not supported and is left for future expansion.
To access the toolbar, use the ToolBar property with an index of zero. The interfaces allow for more than one toolbar but is currently not supported and is left for future expansion.
To access the legend, use the Legend property with an index of zero. The interfaces allow for more than one legend but is currently not supported and is left for future expansion.
XY Plot Component - iXYPlot is a real-time plotting component that supports data with any type of X and Y coordinate data. For plotting data that has a continuously incrementing x-value, use the iPlot component. Both components support the following main features
To access a specific channel, use the Channel property. To add or remove a channel at run-time, use the AddChannel, DeleteChannel, and RemoveAllChannel methods. For design-time changes, use the built-in property editor.
To access a specific annotation, use the Annotation property. To add or remove an annotation at runtime, use the AddAnnotation, DeleteAnnotation, and RemoveAllAnnotation methods. Annotations can not be added at design-time.
To access a specific x-axis, use the XAxis property. To add or remove a x-axis, use the AddXAxis, DeleteXAxis, and RemoveAllXAxes methods. For design-time changes, use the built-in property editor.
To access a specific y-axis, use the YAxis property. To add or remove a y-axis, use the AddYAxis, DeleteYAxis, and RemoveAllYAxes methods. For design-time changes, use the built-in property editor.
To access the data view, use the DataView property with an index of zero. The interfaces allow for more than one data view but is currently not supported and is left for future expansion.
To access the toolbar, use the ToolBar property with an index of zero. The interfaces allow for more than one toolbar but is currently not supported and is left for future expansion.
To access the legend, use the Legend property with an index of zero. The interfaces allow for more than one legend but is currently not supported and is left for future expansion.