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. |
getChartAsImageAndMap | Overloaded. Retrieves a chart from NetCharts Server and returns the HTML tags representing the chart and imagemap. |
getChartAsImageTag | Overloaded. 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.
|