NetChartsServer  

NSToolKit

NSToolKit overview

Public:

Methods:
 setProject Sets the current NetCharts Server project.  
 setServerInfo Sets the current NetCharts Server name and port.  
 setSecure Specifies that the NetCharts Server expects an HTTPS connection.  
 formatForXML Encodes the string so that it can be placed within an XML document.  
 setAccessibilityMode Sets whether or not the toolkit should run in accessibility mode.  
 getAccessibilityMode Returns whether or not the toolkit is running in accessibility mode.  
 setAMActiveLabelTextTemplate Sets 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.  
 getAMActiveLabelTextTemplate Returns 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.  
 setAMChartDescription Sets the description to be used in the alt tag on chart images.  This is only used when Accessibility Mode is enabled.  
 getAMChartDescription Returns the description to be used in the alt tag on chart images.  This is only used when Accessibility Mode is enabled.  
 getChart Retrieves a chart from NetCharts Server and returns a ServerGeneratedImage.  
 getChartAsImageAndMap Retrieves a chart from NetCharts Server and returns the HTML tags representing the chart and imagemap.  
 getChartAsImageTag Retrieves a chart from NetCharts Server and returns the HTML <img> tag representing the chart.  
 getChartPage Retrieves a chart from NetCharts Server and returns a ServerGeneratedPage representing the chart and associated imagemap.  
 getPDFReport Returns a PDF report from NetCharts Server.  
 getNDSData Retrieves NDS data from NetCharts Server in an ADO RecordSet.  
 getNDSDataAsCSV Retrieves NDS data from NetCharts Server formatted in a Comma Separated Value (CSV) format easily imported into MS-Excel.  
 getNDSDataAsNCXML Retrieves NDS data from NetCharts Server formatted in NetCharts XML (NCXML) format.  
 getRolloverJavaScript Returns HTML and JavaScript code to be used within a page with interactive charts.  
 getServerReply Retrieves a request from NetCharts Server.  
 getServerReplyByURL Retrieves a request from NetCharts Server.  
 getTable Retrieves a table from NetCharts Server.  
 putDataCacheEntry Places data in an ADO RecordSet into the data cache of NetCharts Server.  
 putDataCacheEntryFromNCXML Places data formatted in NetCharts XML (NCXML) into the data cache of NetCharts Server.  
 getDataCacheEntry Retrieves data from the NetCharts Server data cache as an ADO RecordSet.  
 getDataCacheEntryAsNCXML Retrieves data from the NetCharts Server data cache in NetCharts XML (NCXML) format.  

See Also