| Class | Description |
|---|---|
| AllowAllCertificateValidation | Used to ignore all certificate problems with HTTPS based requests. |
| DataConversion | Contains shared functions to perform data conversions to and from standard formats used with NetCharts Server NDX/NDX operations. |
| DefaultPageCreator | Creates a standard HTML page, including hover and status bar labels, from a ServerGeneratedImage. |
| HttpRequester | Makes requests to NetCharts Server via HTTP or HTTPS. |
| ImageMapCreator |
This class produces a MAP tag suitable for inclusion in an HTML page. Each of the MapElements passed to createImageMap will result in a corresponding AREA tag within the resultant MAP tag. Each of these AREA tags have the HREF defined in the MapElement, as well as its target. The parameters onMouseOver and onMouseOut on the method createImageMap allow for the creation of OnMouseOver and OnMouseOut attributes on the resultant AREA tags. The text of these attributes can include information that is specific to the MapElement corresponding to the AREA tag. Namely, the MapElement's HREF, target, or label, selectedItemIndex or selectedItemParam can be inserted anywhere in the OnMouseOver or OnMouseOut text. This can be accomplished by using the value of LABEL_REPLACE, HREF_REPLACE, TARGET_REPLACE, INDEX_REPLACE or PARAM_REPLACE in the text of your onMouseOver or onMouseOut parameter. For example, the following code would create an onMouseOver attribute in each AREA tag that had that specific MapElement's label inserted in the javascript call to popup: It would also create onMouseOut attributes which made a call to the javascript function popdown. As in: <AREA COORDS="23,45,12,45" onMouseOver="return popup('245.56')" onMouseOut="return popdown()" HREF="http://www.visualmining.com"> |
| Loggable | Contains shared properties for loggable classes. |
| MapElement | Defines a single drilldown element in an image map. |
| NSToolKit | Provides API to request data, tables, charts and reports and to store/retrieve cache elements. |
| NSToolKitException | Exception class for NSToolKit errors. |
| NSWebChart | Chart control for .NET developers to use when designing web pages. |
| NSWebChartDesigner | ControlDesigner implementation to show a design time chart to the screen for developers. |
| NSWebTable | Table controls for .NET developers to use when designer web pages. |
| NSWebTableDesigner | ControlDesigner implementation to show a design time table to the screen for developers. |
| NSWebToolKit | Extends NetChartsServer.NSToolkit and provides methods to simplify the display of charts in HTML. |
| ServerGeneratedImage | Object containing raw byte image, general image properties and drilldown map information. |
| ServerGeneratedPage | Represents a generated chart page from NetCharts Server. |
| Enumeration | Description |
|---|---|
| NSWebChart.ImageTypeChoice | Represents the set of image output types. |