ChartHttpHandlerStorageType Enumeration
.NET Framework (current version)
Specifies a storage type for chart images.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| File | Chart images are stored in a file. | |
| InProcess | Chart images are stored in the private process memory. You cannot use this option in a multiple-process or farm environment. | |
| Session | Chart images are stored in the ASP.NET session. |
.NET Framework
Available since 4.0
Available since 4.0
Show: