Screenshot Preview

ProEssentials

par GigaSoft - Type de produit : Composant / ASP.NET WebForms / .NET WinForms / ActiveX OCX / DLL / VCL

Veuillez noter que á moins d’être stipulé autrement, ce produit est un produit anglais.

*

Add financial, scientific, engineering and business charts to your applications. GigaSoft ProEssentials is a set of charting components for both Windows client-side and server-side development. GigaSoft ProEssentials includeds WinForm, WebForm, ActiveX, VCL, and DLL interfaces for five components: Graph, Scientific Graph, 3D Scientific Graph, Polar, and Pie Chart objects. GigaSoft ProEssentials comes with everything you need in one package to develop with Visual Studio. NET, VB6, VC6, ASP, ASP.NET, Delphi, Builder, and others, in a variety of interfaces best suited for your needs.



Score :   basé sur 2 revues.
A partir de
$3,135.02

Best-seller

 
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

ProEssentials v7.1   *

Ajouter au Caddie $ 3,135.02 1 Developer License - Professional  *
Réf. Editeur : PE70
Téléchargement (15.1 Mo)
Ajouter au Caddie $ 1,959.02 1 Developer License - Standard  *
Réf. Editeur : PE70S
Téléchargement (13.4 Mo)
Ajouter au Caddie $ 1,175.02 1 Developer License - Lite  *
Réf. Editeur : PE70L
Téléchargement (13.3 Mo)

ProEssentials v7.1 - Upgrades   *

Ajouter au Caddie $ 1,665.02 1 Developer License - Professional Upgrade from Professional V3.x, V4.x, V5.x or V6.x  *
Réf. Editeur : PE70U
Vérifier Téléchargement (15.1 Mo)
Ajouter au Caddie $ 2,351.02 1 Developer License - Professional Upgrade from Standard V5.x or V6.x or Lite V5.x or V6.x  *
Réf. Editeur : PE70SUL
Vérifier Téléchargement (15.1 Mo)
Ajouter au Caddie $ 1,175.02 1 Developer License - Standard Upgrade from Standard V5.x or V6.x or Professional V3.x, V4.x, V5.x or V6.x  *
Réf. Editeur : PE70SU
Vérifier Téléchargement (13.4 Mo)
Ajouter au Caddie $ 1,469.02 1 Developer License - Standard Upgrade from Lite V5.x or V6.x  *
Réf. Editeur : PE70SUL
Vérifier Téléchargement (13.4 Mo)
Ajouter au Caddie $ 685.02 1 Developer License - Lite Upgrade from any previous Lite version  *
Réf. Editeur : PE70LU
Vérifier Téléchargement (13.3 Mo)

Nos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

 *

What’s new in ProEssentials v7.1?

  • Added Traditional Chinese as well as updated Simplified Chinese and Spanish resources.
  • DayLabelType now supports hiding day from this area.
  • Improved the Web example project PE7WebDemo
  • Fixed a potential stability issue with drawing x axis when AutoScaleData = False and numbers are very large.
  • Improved filtering logic to better support NullDataGaps. If filtering and working with much data and many nulls, you may need to inject 20 or more nulls and set Filter2D to a slower setting to get consistent output in forcing gaps. Complex null gap effects with large quantities of data can be hard for the filtering logic to handle correctly.
  • Exporting Text/Data with charts with inverted axes was exporting text as negative values.
  • Improved grid numbers for x and y axes from showing -0 in some cases where grid line value was zero.

What’s new in ProEssentials v7?

Speed Improvements

  • GdiPlus renders significantly faster. For current users, if not using GdiPlus, try it with v7 and set AntiAliasGraphics=True and AntiAliasText = True.
  • Built-in automatic data reduction makes handling large data sets faster. Optimization for 2D, 3D, 2D contours, and Polar/Smith charts. Optimization is per plotting method.
  • New RenderEngine = PERE_GDI_TURBO, its GDI rendering but much faster and optimized for 2D scatter plots with large data sets. Data reduction of 2D linear and bar type plots can achieve pixel accuracty.

Visual Improvements

  • GdiPlus is now the primary target whereas with v6 and earlier we wanted to maintain WMF support. With v7 WMF support is no longer fully supported for all features. Developers may want to set the AllowWmfExport feature to False.
  • All plotting routines were rewritten to take full advantage of GdiPlus anti-aliased graphics. Be sure to use AntiAliasGraphics and AntiAliasText set to True.
  • Added gradient fill features for everything, at multiple levels: per plotting method, per subset, and per annotation.
  • Added bevel and lighting effects on top of gradient effects. Bars, Areas, new SplineAreas, Rect and Polygon Graph Annotations, and TableAnnotations supported.
  • Bar and Candlestick charts now have a new optional glass effect.
  • Pie charts add new gradient and lighting effects as well as rewritten to render best for GdiPlus and anti-aliased graphics.
  • Improved datapoint and marker point sizes allowing minimum and maximum range.
  • Pego and Pesgo add grid banding and more subtle grid line coloring options. This is on by default, see GridBands, GridBandsAlpha, GridLineAlpha below. To show a chart in legacy form, set new features GridBold = True and GridBands = False.

Functional Improvements

  • Pego, Pesgo, and Pepco now update immediately upon using scrollbars. Also added MouseDraggingX and MouseDraggingY features where the middle mouse button grabs zoomed charts.
  • Pego and Pesgo now include a full-featured zoom-window that shows all data below a zoomed chart. Annotations and hot-spots are supported. The level of robustness allows elaborate charting based user interfaces. Added new per annotation type properties GraphAnnotationZoom, HorzLineAnnotationZoom, VertLineAnnotationZoom, and XAxisAnnotationZoom. Allowing annotations to be GRAPH_ONLY, GRAPH_AND_ZOOMWINDOW, or ZOOMWINDOW_ONLY. Related are AllowGraphAnnotHotSpot and per annotation GraphAnnotationHotSpot (and other annotations types) which were expanded to provide similar control of potential hot spot locations.
  • Pego and Pesgo adds Spline Area and Spline Ribbon plotting methods.
  • Pesgo adds the stacked type plotting methods.
  • Basic Polar/Smith charts now support more than one zoom level.
  • 3D charts can now have different sized axes. See GridAspectX GridAspectZ below
  • GraphAnnotations add angled text, horizontal/vertical regions, and solid arrows. Example 015 adds angled text, example 101 shows a vertical region.

What’s new in ProEssentials V6?

  • Full unicode support
  • New core vector rendering engine expanded to render as 1) GdiPlus with alpha-blending and anti-aliasing, 2) a hybrid of  GdiPlus and Gdi, and 3) legacy Gdi
  • More gradient styles
  • More export formats, Enhanced Metafiles, Enhanced Plus Metafiles, SVG
  • Improved image exports with DPI options
  • Improved text export with simple programmatic control of exported text
  • Improved end-user printing and printing functions
  • More line types, point types, graph-annotation types and table-annotation types
  • Expanded multi-axis capabilities, 16 left and 16 right axes for a total of 32 axes
  • Many new annotation related features
  • More grid line configuration features
  • 3D improvements include improved 3D positioning and 3D real-time
  • Improved 2D and 3D contours and contour legends
  • Intelligent date-time feature expanded to handle milliseconds
  • Improved zooming allowing better use of rect as a drawing / selection tool
  • More legend styles / locations
  • New internet based real-time functionality
  • Many new improvements throughout the product related to rendering intelligence

 *

ProEssentials comes in three variations: Pro, Standard, and Lite. All versions come complete with the same quantity of features and interfaces.

  • Pro Version is unlimited
  • Standard Version is limited to 8000 data points per control instance
  • Lite version is limited to 1000 data points per control instance

Client side development is royalty free. For web development, the ProEssentials product allows for placing ProEssentials redistributables on one production server, one test server, and one development server.

ProEssentials is compatible with Microsoft Visual Studio.NET 2008, 2005, 2003 and 2002, Visual Studio 6.0, and Delphi/Builder. It provides developers mission critical charting and data visualization features within a simple to use property based interface.

ProEssentials is a combination of five components and five interfaces delivering you over 1200 features for each of following interfaces: .NET (WinForm), ASP.NET (WebForm), ActiveX, DLL, and VCL. This product is much like a subscription and delivers the latest .NET (Windows Forms), ASP.NET (Web Forms), ActiveX, DLL, and VCL interfaces, new releases, updates, improvements, and phone/email/online support.

Combined with this large quantity of features, the product maximizes speed while maintaining high visual quality (for example, no overlapping text.)

Electronic documentation is available locally on your development system. Walk-Throughs get you started in areas of WinForm development, WebForm development, VB6 ActiveX development, ASP ActiveX development, Win32 DLL development, and VCL Delphi development. There are plenty of examples showing how features are used in conjunction to produce highly interactive and quality data visualization.

The Pie Chart control has been improved and now offers three algorithms to prevent text from overlapping. Gigasofts Pie Chart now produces intelligent label placement as close to the slice as possible while utilizing control real-estate perfectly. Open-High-Low-Close and Candle-Stick features have also been completely rewritten to produce the highest quality output independent of the quantity of data and size of chart.

All interfaces are included (WinForm, WebForm, ActiveX, DLL, and VCL) make ProEssentials ideal to standardize within your large company. Multiple teams have the freedom to choose their favorite interface while all teams rely on a similar and high quality charting codebase.

Unlimited Royalty Free distribution of your client-side EXEs. Server-side deployment allows placement on one production server, one test server, and one development server.


Attention

Pour votre référence, nous avons inclus des liens á Google Translate pour les informations sur le produit qui n'ont pas encore été traduites. Veuillez noter que les traductions automatiques ne sont pas toujours complètement exactes.
Fourni par
Flash est requis dans Firefox et Opera

Recherche produit

Entrez vos critères de recherche :

Autres liens

Éditeur

Catégorie principale

Informations connexes

View All Related News... 

Pourquoi acheter chez ComponentSource ?

ComponentSource offre un service international unique, reconnu par plus de 1 000 000 développeurs de logiciels partout dans le monde.

Complément d'informations | Notre société

Galerie de copies d'écran

Cliquez pour un aperçu plein écran

Capture d'écran - ProEssentials - .NET/ActiveX/DLL/VCL - v7.1 Capture d'écran - ProEssentials - .NET/ActiveX/DLL/VCL - v7.1 Capture d'écran - ProEssentials - .NET/ActiveX/DLL/VCL - v7.1 Capture d'écran - ProEssentials - .NET/ActiveX/DLL/VCL - v7.1 Capture d'écran - ProEssentials - .NET/ActiveX/DLL/VCL - v7.1
Award Award