Iocomp .NET WinForms Plot Pack - .NET - V3.0

by Iocomp Software - 상품타입: Component / .NET Class / 100% Managed Code

주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Iocomp .NET WinForms Plot Pack - .NET - V3.0 의 스크린샷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.

1,186,800₩
통화 선택

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

Iocomp .NET WinForms Plot Pack V3.0 SP4

주문 ₩ 1,186,800 1 Developer License 다운로드 (14.6 MB)
주문 ₩ 399,300 1 Additional Developer License 확인 다운로드 (14.6 MB)
주문 ₩ 6,602,900 1 Site/OEM License 다운로드 (14.6 MB)
주문 ₩ 606,500 1 Developer License - Upgrade from Plot Pack ActiveX/VCL 확인 다운로드 (14.6 MB)
주문 ₩ 3,300,700 1 Site/OEM License - Upgrade from Plot Pack ActiveX/VCL 확인 다운로드 (14.6 MB)

본 제품은 GSA Schedule 가격으로 제공해 드릴수 있습니다.가격에는 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

  • Unlimited number of Channels
  • Channel Ring Buffers
  • Annotations (Text, Line, and Rectangle)
  • Unlimited number of X&Y Axes
  • Built in Toolbar and Legend
  • Linear and Logarithmic Scales
  • Reversible Scales
  • Value, Prefix, Exponent, and Data/Time Scale Label styles
  • Horizontal or Vertical orientation of Axes
  • Data Point Markers
  • Data Fill (iPlot component only)
  • Intelligent AutoScale of Axes in human readable format (1-2-5 Rule)
  • Visual Layout manager (Design-Time and Run-Time)
  • Stackable Scales (Can be resized and dragged to stack in the Visual Layout Manager)
  • Printing, Saving, Picture interface, and CopyToClipBoard

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

  • Unlimited number of Channels
  • Channel Ring Buffers
  • Annotations (Text, Line, and Rectangle)
  • Unlimited number of X&Y Axes
  • Built in Toolbar and Legend
  • Linear and Logarithmic Scales
  • Reversible Scales
  • Value, Prefix, Exponent, and Data/Time Scale Label styles
  • Horizontal or Vertical orientation of Axes
  • Data Point Markers
  • Data Fill (iPlot component only)
  • Intelligent AutoScale of Axes in human readable format (1-2-5 Rule)
  • Visual Layout manager (Design-Time and Run-Time)
  • Stackable Scales (Can be resized and dragged to stack in the Visual Layout Manager)
  • Printing, Saving, Picture interface, and CopyToClipBoard

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.


상품검색

검색어를 입력해주세요:

Award