NetCharts Server .NET Toolkit

NSWebToolKit Members

NSWebToolKit overview

Public Static Fields

APPLET_CODEBASE_VARIABLE The key to associate a value with to modify the codebase property of a generated applet tag.

Public Instance Constructors

NSWebToolKit Overloaded. Initializes a new instance of the NSWebToolKit class.

Public Instance Properties

AccessibilityMode (inherited from NSToolKit) Whether or not to create a accessibility compliant pages and images.
AMActiveLabelTextTemplate (inherited from NSToolKit) The text template used to construct alt tags on the active regions of a drill down image (map area tags). This template can include variable names used by ImageMapCreator such as LABEL_REPLACE. This is only used when Accessibility Mode is enabled.
AMChartDescription (inherited from NSToolKit) The description to be used in the alt tag on chart images. This is only used when Accessibility Mode is enabled.
Port (inherited from NSToolKit) The port NetCharts Server is listening on.
Project (inherited from NSToolKit) The name of the NetCharts Server project that contains the resource to request.
Secure (inherited from NSToolKit) Whether to make a secured connection to NetCharts Server.
Server (inherited from NSToolKit) The name of the server where NetCharts Server is running.
UserName (inherited from NSToolKit) The name of a user with authorization access to the resource being requested. Set to empty string, "", to make non-authenticated connections.
UserPassword (inherited from NSToolKit) The password of the user with authorization access to the resource being requested.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
getChart (inherited from NSToolKit)Overloaded. Makes a request to NetCharts Server and returns a NetChartsServer.ServerGeneratedImage representing the requested chart.
getChartAsImageAndMapOverloaded. Retrieves a chart from NetCharts Server and returns the HTML tags representing the chart and imagemap.
getChartAsImageTagOverloaded. Retrieves a chart from NetCharts Server and returns the HTML <img> tag representing the chart.
getChartPage (inherited from NSToolKit)Overloaded. Makes a request to NetCharts Server and returns a NetChartsServer.ServerGeneratedPage representing the requested chart and image map.
getDataCacheEntry (inherited from NSToolKit)Overloaded. Retrieves data from the NetCharts Server Data Cache as a DataTable named NetChartsServerData.
getDataCacheEntryAsArray (inherited from NSToolKit) Retrieves data from the NetCharts Server Data Cache as a two-dimensional array.
getDataCacheEntryAsCSV (inherited from NSToolKit)Overloaded. Retrieves data from the NetCharts Server Data Cache formatted in a Comma Separated Value (CSV) format easily imported into MS-Excel.
getDataCacheEntryAsNCXML (inherited from NSToolKit) Retrieves data from the NetCharts Server Data Cache formatted in NCXML.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
getNDSData (inherited from NSToolKit)Overloaded. Retrieves data from a configured NetCharts Server data source as a DataTable named NetChartsServerData.
getNDSDataAsArray (inherited from NSToolKit)Overloaded. Retrieves data from a configured NetCharts Server data source as a two-dimensional array.
getNDSDataAsCSV (inherited from NSToolKit)Overloaded. Retrieves data from a configured NetCharts Server data source formatted in a Comma Separated Value (CSV) format easily imported into MS-Excel.
getNDSDataAsNCXML (inherited from NSToolKit)Overloaded. Retrieves data from a configured NetCharts Server data source in NCXML formatted XML.
getPDFReport (inherited from NSToolKit)Overloaded. Retrieves a PDF report from NetCharts Server.
getRolloverJavaScript (inherited from NSToolKit) Returns HTML and JavaScript code to be used within a page with interactive charts.
getServerReply (inherited from NSToolKit)Overloaded. Retrieves a resource from NetCharts Server.
getServerReplyAsString (inherited from NSToolKit)Overloaded. Retrieves a resource from NetCharts Server as a string.
getTable (inherited from NSToolKit)Overloaded. Retrieves a table from NetCharts Server.
GetType (inherited from Object) Gets the Type of the current instance.
putDataCacheEntry (inherited from NSToolKit)Overloaded. Places data from a two-dimensional array into the NetCharts Server Data Cache.
saveChart (inherited from NSToolKit)Overloaded. Makes a request to NetCharts Server and saves the generated chart image to a specified file on your local hard drive.
savePDFReport (inherited from NSToolKit)Overloaded. Makes a request to NetCharts Server and saves the generated PDF report to a specified file on your local hard drive.
setProject (inherited from NSToolKit) Specifies the name of the NetCharts Server project that contains the resource to request.
setSecure (inherited from NSToolKit) Specifies whether to make a secured connection to NetCharts Server.
setServerInfo (inherited from NSToolKit) Specifies the name of the server where NetCharts Server is running and the port NetCharts Server is listening on.
setUserInfo (inherited from NSToolKit) Sets the user name and password of a user with authorization access to the resource being requested.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Properties

LogFlag (inherited from Loggable) Whether logging should occur during processing.
LogLocation (inherited from Loggable) The file where log messages should be written to.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
init (inherited from Loggable) Initializes logging properties.
logMessage (inherited from Loggable) Logs a messaged if logging is enabled.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

NSWebToolKit Class | NetChartsServer Namespace