TempChartStyle is used with
TempChart to define how temporary WebCharts are stored.
[Serializable]
public sealed enum TempChartStyle : Enum , IComparable, IFormattable
, IConvertible
Public Members
Member | Description |
---|
File | Charts save as temporary image file. Files are not automatically deleted.
TeeChart uses the location described in the Virtual folder registry entry
to save the temporary file. See Helpfile for details. |
Session | Charts save as Session variables in Image format. No files are created on disk and the Session variables are automatically removed.
Requires GetChart.aspx file configured for session to retrieve Chart. See Helpfile. |
Cache | Charts save as Page cache variables in Image format. No files are created on disk. Cache auto-expires.
Requires GetChart.aspx file configured for cache to retrieve Chart. See Helpfile. |
Httphandler | |
See Also
Steema.TeeChart.Web Namespace