TeeChartImgGen overview

Constructors

 Constructor

Public Events

 AfterDraw (inherited from WebChart)
 BeforeDraw (inherited from WebChart)
 BeforeDrawAxes (inherited from WebChart)
 BeforeDrawSeries (inherited from WebChart)
 ClickAxis (inherited from WebChart)
 ClickBackground (inherited from WebChart)
 ClickLegend (inherited from WebChart)
 ClickSeries (inherited from WebChart)
 ClickTitle (inherited from WebChart)
 GetAxesChartRect (inherited from WebChart)
 GetAxisLabel (inherited from WebChart)
 GetLegendPos (inherited from WebChart)
 GetLegendRect (inherited from WebChart)
 GetLegendText (inherited from WebChart)
 GetNextAxisLabel (inherited from WebChart)
 PostRender (inherited from WebChart)Event called at the end of the Render process, allowing chart variable values to be accessed.

Public Fields

 tmpImg (inherited from WebChart)

Public Methods

 Clear (inherited from WebChart)Reset the WebChart to its default values.
 CreateHTML5JScriptFile (inherited from WebChart)Write HTML5/Javascript Runtime Chart
 CreatePictureFile (inherited from WebChart)Write Runtime Chart
 Dispose (inherited from WebChart)Clean up any resources being used.
 GetObjectData (inherited from WebChart)
 LoadPostData (inherited from WebChart)Postback event support. Internal use.
 ProcessRequest
 RaisePostBackEvent (inherited from WebChart)Postback event support. Internal use.
 RaisePostDataChangedEvent (inherited from WebChart)Postback event support. Internal use.
 SetChart (inherited from WebChart)Use the SetChart method to set the WebChart's Chart at runtime

Public Properties

 AutoPostback (inherited from WebChart)When True TeeChart's WebChart will respond to user mouseclick events
 Chart (inherited from WebChart)Chart configuration.
 ClickedX (inherited from WebChart)
 ClickedY (inherited from WebChart)
 Config (inherited from WebChart)
 CurrentTheme (inherited from WebChart)Name of current active Chart Theme
 GetChartFile (inherited from WebChart)Alternative location for GetChart.aspx if not housed at same location as project folder. Use the GetChart script when 'Session' is selected for Chart streaming.
 HandlerPathPrefix (inherited from WebChart)Advanced use only. Put any special path prefix condition for the httpHandler (Eg. '~/') to override default path relative to application root.
 Height (inherited from WebChart)Chart Height in Pixels
 IsReusable
 LastFileName (inherited from WebChart)Returns the last saved (temporary) filename when using TempChart 'file' option, TempChart only. Use the PostRender event to access the property. The property may also be used to set a personal choice of temporary filename. To use it in this way, please set the property in the WebForm page's PreRender event.
 PictureFormat (inherited from WebChart)Chart Image Format
 TempChart (inherited from WebChart)When set to 'Session' TeeChart streams the Chart to a Session variable for direct us in the WebForm (no temporary file). When the 'Session' option is selected add a script file to return the TeeChart.
 UseLock (inherited from WebChart)Default true; Chart render process uses a mutual-exclusion lock to avoid any possible multiple access issues caused by a heavily loaded site.
 Width (inherited from WebChart)Chart Width in Pixels

Protected Fields

 designPath (inherited from WebChart)
 iChart (inherited from WebChart)

Protected Methods

 CreatePictureStream (inherited from WebChart)For future use.
 getMimeType
 OnInit (inherited from WebChart)
 OnPreRender (inherited from WebChart)
 PerformDataBinding (inherited from WebChart)
 PerformSelect (inherited from WebChart)
 ReadFromFile (inherited from WebChart)Reads XML stored Base64 Chart. Not used
 Render (inherited from WebChart)
 saveFileToImg (inherited from WebChart)

See Also

TeeChartImgGen Class | Steema.TeeChart.Web Namespace