Screenshot Preview

Iocomp .NET WinForms Plot Pack

by Iocomp Software - Product Type: 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.

From
₩1,440,300

Our regular prices are shown below. Please logon to see your discounted prices.

Price in Showing: All Prices | Renewals Only

Iocomp .NET WinForms Plot Pack V4.0 SP2  

Add to Cart ₩ 1,440,300 1 Developer License - With 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-0600-400
Download (18.0 MB)
Add to Cart ₩ 632,700 1 Additional Developer License - With 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-2600-400
Verify Download (18.0 MB)
Add to Cart ₩ 7,924,400 1 Site/OEM License - With 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-4600-400
Download (18.0 MB)
Add to Cart ₩ 717,100 1 Developer License - Upgrade from Plot Pack ActiveX/VCL - With 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-0610-400
Verify Download (18.0 MB)
Add to Cart ₩ 3,959,200 1 Site/OEM License - Upgrade from Plot Pack ActiveX/VCL - With 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-4610-400
Verify Download (18.0 MB)

Iocomp .NET WinForms Plot Pack Renewals  

Add to Cart ₩ 632,700 1 Developer renewal License - 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-0620-400
Verify Download (18.0 MB)
Add to Cart ₩ 3,489,200 1 Site/OEM Renewal License - 2 Year Subscription Support/Maintenance
Mfr. Part No: 1045-4620-400
Verify Download (18.0 MB)

Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase.  All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.

Our regular prices are shown above. Please logon to see your discounted prices.

What's new in Iocomp .NET WinForms Plot Pack V4.0 SP2?

  • Added support for Visual Studio 2010
  • Added 3.0 Framework support
  • Added 3.5 Framework support
  • Added 4.0 Framework support

What's new in Iocomp .NET WinForms Plot Pack V4.0 SP1?

  • 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.
  • 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 Cubic-Spline, Polynomial, and Rational channel types to the Plot control.

What's new in Iocomp .NET WinForms Plot Pack V4.0?

  • Support for Visual Studio 2008

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.


Product Search

Enter search words:

Why buy from ComponentSource?

ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.

More Info | About Us

Screenshot Gallery

Click for full screen preview

Screenshot of Iocomp .NET WinForms Plot Pack - .NET - V4.0 Screenshot of Iocomp .NET WinForms Plot Pack - .NET - V4.0 Screenshot of Iocomp .NET WinForms Plot Pack - .NET - V4.0 Screenshot of Iocomp .NET WinForms Plot Pack - .NET - V4.0
Award