WebChart overview

Constructors

 ConstructorOverloaded

Public Events

 AfterDraw
 BeforeDraw
 BeforeDrawAxes
 BeforeDrawSeries
 ClickAxis
 ClickBackground
 ClickLegend
 ClickSeries
 ClickTitle
 GetAxesChartRect
 GetAxisLabel
 GetLegendPos
 GetLegendRect
 GetLegendText
 GetNextAxisLabel
 PostRenderEvent called at the end of the Render process, allowing chart variable values to be accessed.

Public Fields

 lastID
 tmpImg

Public Methods

 ClearReset the WebChart to its default values.
 CreateHTML5JScriptFileWrite HTML5/Javascript Runtime Chart
 CreatePictureFileWrite Runtime Chart
 DisposeClean up any resources being used.
 GetObjectData
 LoadPostDataPostback event support. Internal use.
 RaisePostBackEventPostback event support. Internal use.
 RaisePostDataChangedEventPostback event support. Internal use.
 SetChartUse the SetChart method to set the WebChart's Chart at runtime

Public Properties

 AutoPostbackWhen True TeeChart's WebChart will respond to user mouseclick events
 ChartChart configuration.
 ClickedXreturns the value of the last clicked x co-ordinate
 ClickedYreturns the value of the last clicked y co-ordinate
 Config
 CurrentThemeName of current active Chart Theme
 GetChartFileAlternative location for GetChart.aspx if not housed at same location as project folder. Use the GetChart script when 'Session' is selected for Chart streaming.
 HandlerPathPrefixAdvanced use only. Put any special path prefix condition for the httpHandler (Eg. '~/') to override default path relative to application root.
 HeightChart Height in Pixels
 LastFileNameReturns 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.
 PictureFormatChart Image Format
 TempChartWhen 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.
 UseLockDefault true; Chart render process uses a mutual-exclusion lock to avoid any possible multiple access issues caused by a heavily loaded site.
 WidthChart Width in Pixels

Protected Fields

 designPath
 iChart

Protected Methods

 CreatePictureStreamFor future use.
 OnInit
 OnPreRender
 PerformDataBinding
 PerformSelect
 ReadFromFileReads XML stored Base64 Chart. Not used
 Render
 saveFileToImg

See Also

WebChart Class | Steema.TeeChart.Web Namespace