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 |